Commit Graph
119392 Commits
Author SHA1 Message Date
Connor PeetandGitHub dcee2edef1 testing: additional context keys and state around test results (#207119)
For explorations with copilot later
2024-03-07 19:08:21 -08:00
Matt BiernerandGitHub 091987d943 Update paste and drop proposals (#206496)
* Update paste and drop proposals

Reworks the document paste and drop API proposals. Main highlights:

- Align more with code action api
- Allow a single paste provider to return multiple edits
- Allow resolving applied edits lazily
- Switch from using ids to scoped kinds like used for code actions

* Adding paste context

* Add context

* Update test
2024-03-07 16:04:36 -08:00
Justin ChenandGitHub d6fb91c889 show contributed issues in quick access (#206303)
* show contributed issues in quick accesss

* moved some files around

* cleanup unused import

* quick access overhaul: add all extensions, filter no duplicates, contributed at bottom, add button to open extension page, add experimental setting

* fix to turn on by default

* switch to info button icon instad

* added issue file on product and marketplace

* differentiate btween insiders and stable

* some fixes for now

* address comments

* review fixes
2024-03-07 14:27:22 -08:00
Benjamin Christopher SimmondsandGitHub 6a371bb1fc Fix Activity Bar Icon Clickability in Fullscreen (#207114)
fixes #204688
2024-03-07 23:18:46 +01:00
Benjamin Christopher SimmondsandGitHub 44f0428a89 Reorder Activity Bar Position Menu (#207113)
Activity Bar Position Menu Order
2024-03-07 23:06:14 +01:00
Megan RoggeandGitHub 22ec1ea78b Merge pull request #207112 from microsoft/merogge/lang
trap language for acc view codeblock
2024-03-07 13:59:20 -08:00
meganrogge ea874924d9 trap language for acc view codeblock 2024-03-07 13:39:02 -08:00
Matt BiernerandGitHub c087be9705 Adopt module 'Preserve' for TS 5.4+ (#206478) 2024-03-07 13:35:56 -08:00
Megan RoggeandGitHub bc83cb0632 Merge pull request #207111 from microsoft/merogge/av
tweak acc view codeblock code
2024-03-07 13:31:21 -08:00
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 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
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