Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 2356b7b15a fix acc view actions 2024-03-07 13:15:31 -08:00
Benjamin Christopher SimmondsandGitHub 5ae204d5ad Fix Drag And Drop in Activity Bar (#207109)
fixes #206878
2024-03-07 22:06:39 +01:00
Matt BiernerandGitHub 6403b4367b Pick up latest TS for building VS Code (#207096) 2024-03-07 12:59:59 -08:00
Megan RoggeandGitHub 5fe9008857 Merge pull request #207105 from microsoft/merogge/term-editor-focus
force terminal to focus when focusing terminal editor
2024-03-07 12:59:37 -08:00
meganrogge 978d141c99 get code block to render 2024-03-07 12:39:46 -08:00
meganrogge 1f0e830c2b fix #207089 2024-03-07 12:19:21 -08:00
Benjamin PaseroandGitHub a4be57ba95 watcher - fix crash when rewatching a file recursively (#207102) 2024-03-07 11:57:25 -08:00
Connor PeetandGitHub b79e884dc1 Revert "Tunnel: Add unit tests for port mapping" (#207097)
delete only test
2024-03-07 11:54:38 -08:00
meganrogge 3c318f2fac wip move inline chat response inside of widget 2024-03-07 11:31:23 -08:00
Daniel ImmsandGitHub 38f6b07e31 Merge pull request #207075 from microsoft/tyriar/4263
Don't get rid of model early, get history from it, use MutableDisposable
2024-03-07 10:26:07 -08:00
Matt BiernerandGitHub 46ff95b5b1 Pick up latest stable TS release (#207095) 2024-03-07 19:01:56 +01:00
Megan RoggeandGitHub 202f906b90 Merge pull request #206849 from microsoft/merogge/acc-view-run-code-block
enable chat code block actions in accessible view
2024-03-07 09:57:42 -08:00
Daniel ImmsandGitHub 3aa2d932e8 Merge branch 'main' into tyriar/4263 2024-03-07 09:56:15 -08:00
Benjamin Christopher SimmondsandGitHub 5c90480e9b Add border bottom to activity bar top (#207094)
add border bottom when activity bar top
2024-03-07 18:50:48 +01:00
Daniel ImmsandGitHub bdd6595a8a Merge pull request #207068 from microsoft/tyriar/keybinding
Replace ext suggest command with experimental inline chat keybinding
2024-03-07 09:21:20 -08:00
Daniel ImmsandGitHub 6636642d19 Merge pull request #207067 from microsoft/tyriar/207065
Spread out terminal group names for easier use by exts
2024-03-07 09:20:51 -08:00
Daniel ImmsandGitHub 367145c9a8 Merge pull request #207070 from microsoft/tyriar/207037
Ensure context keys are created on chat contribution init
2024-03-07 09:20:29 -08:00
Daniel ImmsandGitHub 07660182ab Merge pull request #207078 from microsoft/tyriar/207073
Clean up usage of Lazy, prevent double dispose
2024-03-07 09:17:28 -08:00
Daniel ImmsandGitHub c661d06a9d Merge pull request #207069 from microsoft/tyriar/4256_2
Allow using terminal inline chat without focus
2024-03-07 09:16:35 -08:00
Benjamin Christopher SimmondsandGitHub ff23987823 Merge pull request #206818 from microsoft/benibenj/activityBarBottom
Added footer area and enabled activity bar positioning at the bottom
2024-03-07 17:20:55 +01:00
Johannes RiekenandGitHub aaaa801e8a Joh/husky-aardvark (#207088)
* chore - pull-out input editor part of the inline chat widget

* cleanup
2024-03-07 17:19:06 +01:00
Orgad ShanehandAlex Ross 308c48ea0e Tunnel: Extend port mapping lookup also for querystring (take 2)
When running az login, the URL has localhost in redirect_uri query
param. This should trigger automatic port mapping.

Improve localhost port mapping to cover this case as well.

This is a revised and tested version of #203908 which was reverted
in #205370.

Fixes #203869
2024-03-07 16:41:15 +01:00
Orgad ShanehandAlex Ross 84e5f9a43a Window: Factor out resolveExternalUri
...and add some unit tests.
2024-03-07 16:41:15 +01:00
Orgad ShanehandAlex Ross 757b6b2556 Tunnel: Add unit tests for port mapping 2024-03-07 16:41:15 +01:00
Krzysztof CieślakandGitHub 78f2051e25 Inline Edit - make sure we finalize accepting before requesting new edit (#206525)
* Inline Edit - make sure we finalize accepting before requesting new edit
2024-03-07 15:39:59 +00:00
BeniBenj a01eacaac2 rename and migration 2024-03-07 15:31:54 +01:00
Alex RossandGitHub 855c3e3852 Bump distro (#207074) 2024-03-07 15:22:27 +01:00
Benjamin PaseroandGitHub 9a7ce5b4e7 voice - implement lazy activation (Voice: figure out usage numbers (microsoft/vscode-internalbacklog#4877)) (#207060)
* voice - implement lazy activation (Voice: figure out usage numbers (microsoft/vscode-internalbacklog#4877))

* .

* .
2024-03-07 15:21:06 +01:00
Daniel Imms 465e40226b Clean up usage of Lazy, prevent double dispose
Fixes #207073
2024-03-07 06:11:05 -08:00
Daniel Imms e482575852 Register model 2024-03-07 06:04:15 -08:00
Daniel Imms aa2cd708ef Use mutable disposable for terminal chat model 2024-03-07 06:00:14 -08:00
Daniel Imms 5962739ad5 Don't get rid of model early, get history from it
Fixes #4263
2024-03-07 05:54:51 -08:00
Daniel Imms 51883a73b8 Ensure context keys are created on chat contribution init
Fixes #207037
2024-03-07 05:44:01 -08:00
Daniel Imms b1cf638f7d Allow using terminal inline chat without focus
Part of #4256
2024-03-07 05:40:26 -08:00
Daniel Imms 75dd427e09 Replace ext suggest command with experimental inline chat keybinding
Fixes #4256
2024-03-07 05:38:19 -08:00
Daniel Imms 4a564dbe2c Spread out terminal group names for easier use by exts
Fixes #207065
2024-03-07 05:14:11 -08:00
Sandeep SomavarapuandGitHub 68f565d32a emit downloaded event in mac (#207052) 2024-03-07 14:13:08 +01:00
Sandeep SomavarapuandGitHub 08845e942b fix #206988 (#207057) 2024-03-07 13:40:51 +01:00
Alex RossandGitHub 1b9143df13 Add context menu to comments in comments panel to un/resolve conversation (#207056)
Part of #206898
2024-03-07 13:40:24 +01:00
BeniBenj 351654be4d Close Action in header and hide title label when empty 2024-03-07 12:52:03 +01:00
Sandeep SomavarapuandGitHub 54eb843be2 restart extension host for updating extensions instead of reload (#206997)
* #125417 restart extension host for updating extensions instead of reload

* 💄

* team feedback

* fix enum const
2024-03-07 12:49:39 +01:00
Sandeep SomavarapuandGitHub 4dc296afb2 Merge pull request #205159 from gjsjohnmurray/do-162262
Make channel log level settable from output view
2024-03-07 12:39:58 +01:00
Alex RossandGitHub c8cdd19acf Fix exception when hover is not defined before setting timestamp (#207055) 2024-03-07 12:24:10 +01:00
Benjamin Christopher SimmondsandGitHub 1517ee858a Use default hideOnHover behaviour in WorkbenchHoverDelegate (#207051)
hideOnHover default behaviour WorkbenchHoverDelegate
2024-03-07 12:14:31 +01:00
Benjamin Christopher SimmondsandGitHub e563009edb Remove padding due to using compact (#207053)
remove padding due to compact
2024-03-07 12:14:18 +01:00
Johannes 7b0d342502 update snapshots 2024-03-07 12:12:32 +01:00
Benjamin PaseroandGitHub 314cf4ba4c integrity - remove banner (#206874) (#207050) 2024-03-07 12:12:00 +01:00
Johannes e4bae6cad6 Merge branch 'main' into joh/honest-cephalopod 2024-03-07 12:10:55 +01:00
Benjamin PaseroandGitHub 93d99f5898 aux window - reduce leak workaround (#207049) 2024-03-07 11:33:49 +01:00
MiromaandGitHub d2599af6b9 Change default YAML extension (#206447) 2024-03-07 09:42:35 +01:00