Commit Graph
124157 Commits
Author SHA1 Message Date
Tyler James LeonhardtandGitHub be6ae260ba Update SECURITY.md to latest version (#206550) 2024-02-29 19:48:11 +01:00
Daniel ImmsandGitHub 8be70d0aeb Merge pull request #206546 from microsoft/tyriar/206544
Make sticky scroll do something on click for partial cmd
2024-02-29 10:29:40 -08:00
Daniel Imms b95d96c7c3 Refresh sticky scroll content when dimensions differ
Fixes #205578
2024-02-29 10:28:19 -08:00
Megan RoggeandGitHub 2a002d2734 Merge pull request #206462 from microsoft/merogge/signal-cleanup
cue -> signal
2024-02-29 10:14:57 -08:00
Daniel Imms 7d49edbe55 Make sticky scroll do something on click for partial cmd
Fixes #206544
2024-02-29 10:14:07 -08:00
Daniel Imms ec2ef287fc Align check for env var collection on remote
Checked all causes before applyToProcessEnvironment was used.

Fixes #197187
2024-02-29 10:02:30 -08:00
mkasenbergGitHub@mkasenberg
32c96cea66 searchEditor: Add option to peek with a single click (#204413)
searchEditor: Add option to peek with single click

The option
"search.searchEditor.singleClickBehaviour": "peekDefinition"
will allow to open a Peek Window in Search Editor with a single click.

Co-authored-by: @mkasenberg
2024-02-29 10:01:09 -08:00
Megan RoggeandGitHub 7be8666118 Merge branch 'main' into merogge/signal-cleanup 2024-02-29 09:59:26 -08:00
Daniel ImmsandGitHub 9e95b2a33b Merge pull request #206537 from microsoft/tyriar/xterm_240229
Update xterm
2024-02-29 09:12:08 -08:00
Daniel Imms f348847d77 Update xterm
Fixes #204690
2024-02-29 08:46:51 -08:00
Andrea MahandGitHub dff6d9f391 Start adding UI to AI text provider API (#206388)
the first steps to integrating the UI for the AI text results
2024-02-29 08:09:03 -08:00
Rob LourensandGitHub 00abefa3e2 Add chatParticipant contribution point (#206474)
* Add package.json registration for chat agents

* Update for tests

* Separate static and dynamic chat agent parts

* Handle participant registration correctly

* Fix tests

* Fix test

* Remove commented code

* Fix more tests

* Pluralize

* Pluralize test contribution
2024-02-29 06:52:12 -08:00
Tyler James LeonhardtandGitHub 4e81df7ea9 Tear down the Authentication monolith (#206495)
* Tear down the Authentication monolith

Major changes:
* Turn the usage functions into a proper service `AuthenticationUsageService`
* Pull out the access data stuff into its own service `AuthenticationAccessService`
* Pull out things that make sense as actions `ManageTrustedExtensionsForAccount` `SignOutOfAccount`
* Pull out random registry stuff into a proper authentication contribution
* Pull out everything else that is extension specific into its own class (and eventually it should be in MainThreadAuthentication)
* Have the new `AuthenticationService` return a provider instead of having specific methods for getting the `label` or `supportsMultipleAccounts`

* fix tests

* fix tests
2024-02-29 05:41:11 -08:00
John MurrayandGitHub 4a2f9cc4cc Merge branch 'main' into do-162262 2024-02-29 12:08:45 +00:00
gjsjohnmurray 5ee040ec3a Use action submenu instead of existing quickpick 2024-02-29 02:34:52 +00:00
rebornix 2016fe770b Revert unnecessary changes 2024-02-28 15:44:15 -08:00
Daniel ImmsandGitHub 15a0f3c48f Merge pull request #206485 from microsoft/tyriar/198278_3
More aggressively clear viewport commands on Windows
2024-02-28 15:42:01 -08:00
rebornix dea8581abf Delay code window register to mounting time 2024-02-28 15:38:12 -08:00
Daniel ImmsandGitHub dd54c3191b Merge pull request #206484 from microsoft/tyriar/199305
Adjust sticky scroll height based on endMarker
2024-02-28 15:13:03 -08:00
Daniel Imms 1ee4bfbda2 More aggressively clear viewport commands on Windows
Fixes #198278
2024-02-28 14:59:20 -08:00
Daniel Imms 50d6e94b3f Move sticky scroll endMarker clipping to element position
This means we no longer need to resize the canvas which reduces flicker.

Fixes #199305
2024-02-28 14:46:59 -08:00
Daniel Imms 5332bdfead Adjust sticky scroll height based on endMarker
Fixes #199305
2024-02-28 14:43:43 -08:00
Daniel ImmsandGitHub 145af9d6d5 Merge pull request #206479 from microsoft/tyriar/198541
Forward wheel events to main xterm instance
2024-02-28 14:26:44 -08:00
Daniel ImmsandGitHub 95f26e2ce4 Merge pull request #206481 from microsoft/tyriar/199554
Hide sticky scroll when the prompt is trimmed
2024-02-28 14:26:20 -08:00
meganrogge 95f8e9de34 use voice recording started cue 2024-02-28 14:24:37 -08:00
meganrogge 2c08528d7c #199119 2024-02-28 14:21:46 -08:00
Daniel Imms eea2590f50 Hide sticky scroll when the prompt is trimmed
Fixes #199554
2024-02-28 14:00:54 -08:00
Daniel Imms 3b2b4cb5eb Forward wheel events to main xterm instance
Fixes #198541
2024-02-28 13:51:12 -08:00
rebornix 748c1079d8 Merge remote-tracking branch 'origin/main' into rebornix/ltd-platypus 2024-02-28 13:11:51 -08:00
Krzysztof CieślakandGitHub 0685fc3470 Inline edit - make sure we cancel in-progress request on blur (#206430) 2024-02-28 21:01:41 +00:00
Henning DieterichsandGitHub 4f08e9ca03 Fixes #206355 (#206473) 2024-02-28 13:01:06 -08:00
Henning DieterichsandGitHub 435f3ce9d8 Fixes #206166 (#206472) 2024-02-28 12:58:18 -08:00
Henning DieterichsandGitHub 275d365b86 debouncedObservable2 (#206470) 2024-02-28 12:57:49 -08:00
meganrogge a629412f21 #201901 2024-02-28 11:48:22 -08:00
Connor PeetandGitHub f99981ed56 cli: fix compressor not draining and leading to truncated responses (#206464)
* cli: fix compressor not draining and leading to truncated responses

Fixes https://github.com/microsoft/vscode-remote-release/issues/9594

* fix lint
2024-02-28 20:47:31 +01:00
Michael LivelyandGitHub eb4e516a8a Folded cells run-in-section (#205315)
* initial functionality, needs css tweaks

* update button css + add executing spinner

* mutable disposable to avoid leaking listeners
2024-02-28 20:28:09 +01:00
Megan RoggeandGitHub 7368a8944c Merge pull request #206461 from microsoft/merogge/problem-collector-issue
check if event is undefined
2024-02-28 10:52:09 -08:00
meganrogge 819d26fe01 alert -> announcement 2024-02-28 10:50:58 -08:00
rebornix 252e86e37f Resolve comments 2024-02-28 10:47:48 -08:00
meganrogge ca48da35e1 cue -> signal 2024-02-28 10:31:31 -08:00
meganrogge 29fe7ad529 check if event is undefined 2024-02-28 10:10:57 -08:00
Johannes RiekenandGitHub 3f78333d3f chore - update distro (#206458) 2024-02-28 19:02:06 +01:00
Daniel ImmsandGitHub 8c2b09c044 Merge pull request #206455 from microsoft/tyriar/accept_clear
Clear terminal markers when link is opened
2024-02-28 09:25:50 -08:00
Daniel Imms 790d774fc4 Clear terminal markers when link is opened 2024-02-28 08:57:08 -08:00
Benjamin Christopher SimmondsandGitHub cff275ae64 Adopt custom hover in settings and keybindings editor (#206440)
* adopt custom hover in settings and keybindings editor

* fiy smoketests
2024-02-28 16:37:07 +01:00
Alex RossandGitHub 85a26649de Add resource hint API for commenting range provider (#206444)
Part of #185551
2024-02-28 16:01:25 +01:00
Benjamin Pasero b5e7b8a81e some changes 2024-02-28 15:29:40 +01:00
Sandeep SomavarapuandGitHub 4a050aaac8 support enabling builtin extensions (#206437)
* support enabling builtin extensions

* fix tests
2024-02-28 15:29:29 +01:00
Benjamin Pasero 2a4cae0229 align styles 2024-02-28 15:18:27 +01:00
Johannes RiekenandGitHub 1d5c97906e select outline element when double clicking (#206429)
fixes https://github.com/microsoft/vscode/issues/206426

re https://github.com/microsoft/vscode/issues/206424
2024-02-28 13:16:21 +01:00