Commit graph

114657 commits

Author SHA1 Message Date
Connor Peet c2a6932e9e
eng: onboard to the extension test runner (#195570)
* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
2023-10-13 13:11:05 -07:00
Daniel Imms 590c72b492
Merge pull request #195592 from microsoft/tyriar/float_3
Await in terminal editor commands
2023-10-13 12:50:41 -07:00
Megan Rogge 0f82c5c3e4
Merge pull request #195591 from microsoft/merogge/rev
revert a change
2023-10-13 12:48:14 -07:00
Daniel Imms 11ca8b71b2
Await in terminal editor commands
This allows linking together with runCommands as expected.

Part of #10121
2023-10-13 12:30:57 -07:00
meganrogge 865556747b
fix #195468 2023-10-13 12:30:21 -07:00
David Dossett e8c025cb35
Fix missing focus outline (#195583) 2023-10-13 12:24:39 -07:00
Daniel Imms 648dbbe9a5
Merge pull request #195188 from microsoft/tyriar/float_1
Ensure terminal is not detached when clearing old input
2023-10-13 11:10:37 -07:00
Daniel Imms 0301ad15a3
Ensure detach is done using right element 2023-10-13 10:56:05 -07:00
Megan Rogge d3c9c2c4ae
Merge pull request #195517 from microsoft/merogge/clear-cue
add clear audio cue, accessible notification service
2023-10-13 10:24:29 -07:00
Joyce Er 4efeb37cc3
fix: raise chat agent execution timeout (#195575) 2023-10-13 19:18:48 +02:00
meganrogge 9085a2cc0b
don't leak disposable 2023-10-13 10:09:45 -07:00
David Dossett baafa5d537
Merge pull request #195572 from microsoft/ddossett/positive-dormouse
Remove duplicated references list border
2023-10-13 09:37:00 -07:00
meganrogge a82ba5f0a4
fix issue 2023-10-13 09:34:18 -07:00
David Dossett 77ed7186a3
Remove duplicated border 2023-10-13 09:21:38 -07:00
Daniel Imms c92dcc96b2
Merge pull request #195569 from microsoft/tyriar/log
Remove unwanted logs
2023-10-13 09:10:11 -07:00
Raymond Zhao e20515c62e
Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07:00
Daniel Imms 8b3bc888da
Remove unwanted logs 2023-10-13 08:53:10 -07:00
Daniel Imms 0608ebdbf1
Merge branch 'main' into tyriar/float_1 2023-10-13 08:04:47 -07:00
Johannes Rieken 5852e9ff3e
tweak slash pill inside progress message (#195567) 2023-10-13 17:02:43 +02:00
Alex Ross 2694326899
Comment does not preserve collapsed state (#195553)
Fixes #195459
2023-10-13 13:19:37 +02:00
Johannes Rieken 717f3e3f6c
Joh/tart-lamprey (#195554)
* some API todos

* add `ChatAgent2#onDidReceiveFeedback` for helpful/unhelpful feedback kinds

* add another proposal for chat additions

* small tweaks
2023-10-13 12:46:43 +02:00
Alex Ross e63c6c1bd0
Re-enable continue-on for comments (#195551) 2023-10-13 12:08:35 +02:00
Isidor Nikolic 1d7e01874f
Merge pull request #195549 from microsoft/isidorn/substantial-cuckoo
no need for promise.race since one call is sync
2023-10-13 09:28:10 +00:00
isidor 6abc130a84 no need for promise.race since one call is sync 2023-10-13 11:08:34 +02:00
Ladislau Szomoru 269bece617
SCM inputBox menu css fixes (#195546) 2023-10-13 10:57:20 +02:00
Benjamin Pasero 7729a82c17
files - have "Open File" command on macOS too (#195537) 2023-10-13 08:06:28 +02:00
Tyler James Leonhardt 4678919d52
Return the session if the user constented (#195527)
Fixes https://github.com/microsoft/vscode/issues/195286

If the auth provider doesn't support multiple accounts and we have a valid session and the user consented, then use that session.
2023-10-12 21:48:53 -07:00
Rob Lourens 6c02f61149
Fix variables in chatAgents2 API requests, add tests (#195529)
* Fix variables in chatAgents2 API requests

* Enable file references and the 'used references' section by default in Insiders

* Add integration tests for chat

* Fix equality

* fix test
2023-10-13 06:27:30 +02:00
David Dossett e13be231e7
Tweak references footer styling (#195524)
* Tweak references footer styling

* Add back deleted line
2023-10-12 17:07:58 -07:00
Megan Rogge 9dca0ff828
Merge pull request #195482 from microsoft/merogge/command-start-x
adjust `commandStartX` after polling succeeds
2023-10-12 17:00:52 -07:00
Megan Rogge c3160a8d8c
Merge branch 'main' into merogge/command-start-x 2023-10-12 15:56:16 -07:00
Sandeep Sen 5b0ed15c51
Adding mgmt libraries for Go + changing matcher logic for Go (#191036)
* Adding management libraires for Go and upading matcher to startswith

* Corrected tag concat logic for Go
2023-10-12 15:40:58 -07:00
Megan Rogge 13d5f48e6a
Merge branch 'main' into merogge/command-start-x 2023-10-12 15:22:48 -07:00
Megan Rogge e2387821ab
Merge pull request #195391 from microsoft/merogge/dispose
break from polling if object is disposed of
2023-10-12 15:08:10 -07:00
Megan Rogge 2c8343eb1c
Merge branch 'main' into merogge/command-start-x 2023-10-12 14:39:54 -07:00
meganrogge 04dc228d4f
more renames 2023-10-12 14:38:05 -07:00
Megan Rogge 275445afc3
Update src/vs/workbench/contrib/audioCues/browser/audioCues.contribution.ts 2023-10-12 14:35:43 -07:00
meganrogge f10ee99ffe
use setting enum 2023-10-12 14:24:28 -07:00
Rob Lourens 3372e4ebb2
Force include slash command in class agent API request (#195515) 2023-10-12 23:22:17 +02:00
meganrogge 30d5f3c72d
fix more issues 2023-10-12 14:21:44 -07:00
Megan Rogge d6e0b464c6
Update src/vs/platform/accessibility/test/common/testAccessibilityService.ts 2023-10-12 14:16:33 -07:00
meganrogge 8b549edd41
rename 2023-10-12 14:16:00 -07:00
meganrogge e8578d5724
fix issue 2023-10-12 14:12:32 -07:00
meganrogge 819b0404e0
fix issue 2023-10-12 14:11:19 -07:00
Megan Rogge 855f422652
Update src/vs/platform/audioCues/browser/audioCueService.ts 2023-10-12 14:05:00 -07:00
meganrogge 428dd5d9bb
add space 2023-10-12 14:03:02 -07:00
meganrogge 42565ebe6a
store is disposed 2023-10-12 13:57:44 -07:00
Isidor Nikolic 9d32835bd7
add sqm id for windows (#195377)
* add sqm id for windows

* Update src/vs/platform/windows/electron-main/windowsMainService.ts

* Update src/vs/platform/sharedProcess/node/sharedProcess.ts

* react on review comments

* The reg entry is called MachineId not MachineGuid

* fix compile error

* no need for \\ prefix in reg path

* Wait for 1s max (as to not block the startup) to read the SQM value

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-10-12 13:47:40 -07:00
Rob Lourens 8de0cf79d2
Update distro (#195516) 2023-10-12 22:24:36 +02:00
meganrogge 5776adf61e
tests are breaking 2023-10-12 13:20:15 -07:00