Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge c9a7a1dfec fix #195288 2023-10-13 14:41:54 -07:00
Daniel Imms b40a630d8a Adopt documentOverride in xterm.js
Fixes #195595
2023-10-13 14:05:05 -07:00
meganrogge 3ce69fc3fa rm unused css 2023-10-13 13:46:35 -07:00
Megan RoggeandGitHub ab51ad15e3 Merge pull request #195585 from microsoft/merogge/saved
add saved alert, audio cue
2023-10-13 13:21:51 -07:00
Connor PeetandGitHub 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 ImmsandGitHub 590c72b492 Merge pull request #195592 from microsoft/tyriar/float_3
Await in terminal editor commands
2023-10-13 12:50:41 -07:00
meganrogge 9a1628df6e proper fix 2023-10-13 12:49:54 -07:00
Megan RoggeandGitHub 0f82c5c3e4 Merge pull request #195591 from microsoft/merogge/rev
revert a change
2023-10-13 12:48:14 -07:00
meganrogge 37a996b4e0 fix other tests 2023-10-13 12:45:35 -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
Rob Lourens 72bc78dd6a Merge remote-tracking branch 'origin/main' into roblou/ambitious-earthworm 2023-10-13 12:29:48 -07:00
meganrogge 02a0399b81 fix failing test 2023-10-13 12:27:31 -07:00
David DossettandGitHub e8c025cb35 Fix missing focus outline (#195583) 2023-10-13 12:24:39 -07:00
meganrogge f938d8e3a0 reference each setting 2023-10-13 11:44:37 -07:00
meganrogge 116916866f add alert 2023-10-13 11:39:12 -07:00
meganrogge d34b4d4014 get it to work 2023-10-13 11:23:50 -07:00
Rob Lourens 13fc2026fa Clean up 2023-10-13 11:22:43 -07:00
Daniel ImmsandGitHub 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
meganrogge 2ffbb6acfb add saved cue 2023-10-13 10:43:13 -07:00
Rob Lourens c488899ee3 Show "used references" at the top of the response 2023-10-13 10:37:31 -07:00
Megan RoggeandGitHub 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 ErandGitHub 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 DossettandGitHub 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 ImmsandGitHub c92dcc96b2 Merge pull request #195569 from microsoft/tyriar/log
Remove unwanted logs
2023-10-13 09:10:11 -07:00
Raymond ZhaoandGitHub 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 ImmsandGitHub 0608ebdbf1 Merge branch 'main' into tyriar/float_1 2023-10-13 08:04:47 -07:00
Johannes RiekenandGitHub 5852e9ff3e tweak slash pill inside progress message (#195567) 2023-10-13 17:02:43 +02:00
vuittont60 ab1c7b42ef fix typos 2023-10-13 20:28:15 +08:00
Alex RossandGitHub 2694326899 Comment does not preserve collapsed state (#195553)
Fixes #195459
2023-10-13 13:19:37 +02:00
Johannes RiekenandGitHub 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 RossandGitHub e63c6c1bd0 Re-enable continue-on for comments (#195551) 2023-10-13 12:08:35 +02:00
Isidor NikolicandGitHub 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 SzomoruandGitHub 269bece617 SCM inputBox menu css fixes (#195546) 2023-10-13 10:57:20 +02:00
Benjamin PaseroandGitHub 7729a82c17 files - have "Open File" command on macOS too (#195537) 2023-10-13 08:06:28 +02:00
Tyler James LeonhardtandGitHub 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 LourensandGitHub 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 DossettandGitHub e13be231e7 Tweak references footer styling (#195524)
* Tweak references footer styling

* Add back deleted line
2023-10-12 17:07:58 -07:00
Megan RoggeandGitHub 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 RoggeandGitHub c3160a8d8c Merge branch 'main' into merogge/command-start-x 2023-10-12 15:56:16 -07:00
Sandeep SenandGitHub 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 RoggeandGitHub 13d5f48e6a Merge branch 'main' into merogge/command-start-x 2023-10-12 15:22:48 -07:00
Megan RoggeandGitHub 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 RoggeandGitHub 2c8343eb1c Merge branch 'main' into merogge/command-start-x 2023-10-12 14:39:54 -07:00