Commit Graph

131056 Commits

Author SHA1 Message Date
Daniel Imms
a0229decfc Merge branch 'main' into tyriar/242103 2025-03-12 07:16:30 -07:00
Daniel Imms
42a55e8a99 Merge pull request #243349 from microsoft/tyriar/243348
showHover -> showInstantHover
2025-03-12 07:03:30 -07:00
Daniel Imms
cb7afa41ca Merge pull request #243339 from microsoft/tyriar/179913
Improve docs for 633 D sequence
2025-03-12 06:50:32 -07:00
Daniel Imms
c65d27807b showHover -> showInstantHover
This rename and moving the interface a little lower is designed to
dissuade the use of the API in favor of the delayed ones.

Part of #243348
2025-03-12 06:48:22 -07:00
Daniel Imms
ca677df9f5 Hide terminal hover details by default
Fixes #242103
2025-03-12 06:39:26 -07:00
Daniel Imms
d81f6ad5b8 Improve docs for 633 D sequence
Fixes #179913
2025-03-12 05:49:08 -07:00
Daniel Imms
d7d3605304 Merge pull request #243332 from microsoft/tyriar/243306
Require chat enabled as precond for terminal actions
2025-03-12 05:39:11 -07:00
Daniel Imms
6e072ba61f Require chat enabled as precond for terminal actions
Fixes #243306
2025-03-12 05:10:58 -07:00
Daniel Imms
2477506d84 Merge pull request #243330 from microsoft/tyriar/pending
Improve name active -> pending
2025-03-12 05:03:27 -07:00
Daniel Imms
8c0bf90908 Improve name active -> pending
Part of #242195
2025-03-12 04:49:52 -07:00
Benjamin Christopher Simmonds
255c12ce12 Fix tab progress with different tab sizings (#243321)
fixes https://github.com/microsoft/vscode/issues/242661
2025-03-12 11:12:36 +01:00
Alex Ross
94ee396f84 Enable tree sitter for typescript (#243322) 2025-03-12 11:12:18 +01:00
Simon Lamon
bdc8c07580 High contrast gutter items (#240906)
High contract gutter items
2025-03-12 10:07:22 +00:00
Nick Trogh
7b9936f777 Merge pull request #243312 from microsoft/command-labels
Update command labels to meet capitalization guidance
2025-03-12 11:06:08 +01:00
Johannes Rieken
b36d137b54 add close btn to inline chat (#243319) 2025-03-12 11:05:43 +01:00
Benjamin Christopher Simmonds
7c64719ac9 insertion view init order fix (#243316)
init order
2025-03-12 11:04:04 +01:00
Johannes Rieken
f9c6242a17 fix https://github.com/microsoft/vscode/issues/243168 (#243311) 2025-03-12 11:03:07 +01:00
Benjamin Christopher Simmonds
52e197c533 Fix initialization orders for inline edits (#243310)
fix init orders
2025-03-12 10:37:16 +01:00
Nick Trogh
1d929555c6 Update command labels to meet capitalization guidance 2025-03-12 10:28:57 +01:00
Benjamin Pasero
63ee986e05 debt - move some code out of platform (#243307) 2025-03-12 10:18:56 +01:00
Benjamin Pasero
13e979a629 chat - tweaks to status (#243301)
* chat - tweaks to status

* more

* add `from` for upgrade action

* .
2025-03-12 09:33:45 +01:00
Robo
c1fb4c3983 fix: pty crash on windows with legacy conpty path (#243267) 2025-03-12 06:44:53 +01:00
Don Jayamanne
fc7f88a0a7 Do not re-install ext from kernel picker if it is already installed (#243287)
* Do not re-install ext from kernel picker if it is already installed

* updates

* revert
2025-03-12 15:33:39 +11:00
Bhavya U
ead2561297 Implement workspace trust checks for empty folders transferred from chat (#243288) 2025-03-12 03:37:38 +01:00
Connor Peet
589bd5dfe9 mcp: work on --add-mcp CLI (#243282)
* mcp: work on --add-mcp CLI

* throw an error, get it mergable
2025-03-12 01:22:35 +00:00
Connor Peet
0a721d35a2 update layer check 2025-03-11 17:01:42 -07:00
Sandeep Somavarapu
ab32b428cb adopt extensions features using gallery capabilities and resources (#243281)
* adopt extensions features using gallery capabilities and resources

* remove `@` for properties in manifest resources
2025-03-12 00:41:14 +01:00
Rob Lourens
942a5d72a7 Add ChatMode, make agent mode be session-specific, not global (#243280)
* Add ChatMode, make agent mode be session-specific, not global
Towards unifying chat views

* Fix mode for transferred session and request parser
2025-03-12 00:36:54 +01:00
Connor Peet
88c3f76f25 update tests 2025-03-11 16:32:12 -07:00
Aaron Munger
11cb11ac10 move init code to appropriate autorun (#243277)
Co-authored-by: amunger <>
2025-03-11 23:50:39 +01:00
Megan Rogge
5e317a1e5c don't keep no suggestions around as a user keeps typing (#242699) 2025-03-11 22:39:03 +00:00
Aaron Munger
59ae5d4272 reveal first change on edit finish (#243273)
more simplification

Co-authored-by: amunger <>
2025-03-11 23:24:38 +01:00
Justin Chen
fed0175e89 add telemetry at point of image attachment (#243270)
* add telemetry at point of attaching image

* fix imports
2025-03-11 15:20:48 -07:00
Connor Peet
462a6ff92d mcp: securely store mcp inputs
This just treats everything as a secret for now, I want to do some work on the IConfigurationResolverService so we can differentiate password versus non-password input, among other work

Fixes #243226
2025-03-11 15:20:36 -07:00
Daniel Imms
0ddd132d83 Merge pull request #243269 from microsoft/tyriar/execution_evict
Evict execution from active executions
2025-03-11 15:02:22 -07:00
Connor Peet
279244f232 Merge pull request #243221 from microsoft/connor4312/mcp-1
mcp: initial work
2025-03-11 14:47:49 -07:00
Daniel Imms
eeebd7a1f8 Evict execution from active executions
Part of #242195
2025-03-11 14:20:28 -07:00
Don Jayamanne
da8be437aa Allow an additional command in nb outputs (#243251) 2025-03-11 22:10:43 +01:00
Sandeep Somavarapu
e1851c98c7 introduce extension gallery manifest (#243265) 2025-03-11 21:54:57 +01:00
Daniel Imms
c5e6f13c4b Merge pull request #243257 from microsoft/tyriar/sequences_cleanup
Capture all OSC sequences and ESC sequences
2025-03-11 13:54:33 -07:00
Daniel Imms
6b4032f7b8 Merge pull request #243264 from microsoft/tyriar/exthost_lock
Fix extension host locking up when using terminal suggest
2025-03-11 13:52:50 -07:00
Daniel Imms
d9b76ec948 Fix extension host locking up when using terminal suggest 2025-03-11 13:35:18 -07:00
Aaron Munger
212086e8cf fix diff navigation for out-of-viewport changes (#243249)
* navigate modified cells

* fix leaked disposable

---------

Co-authored-by: amunger <>
2025-03-11 13:19:47 -07:00
Daniel Imms
e9f1d10a3a Capture all OSC sequences and ESC sequences
Part of microsoft/vscode-copilot#14072
2025-03-11 12:57:19 -07:00
Robo
e9a3e2a03c fix: libc checks for exec server (#243254) 2025-03-11 12:54:24 -07:00
Matt Bierner
76cf96baa8 Merge pull request #241522 from mjbvz/conventional-unicorn
Clarify that our character offsets are in utf-16 code units
2025-03-11 12:53:17 -07:00
Benjamin Christopher Simmonds
e065362e8f Fix hovers with groupIds (#243230)
fix https://github.com/microsoft/vscode/issues/243215
2025-03-11 20:43:06 +01:00
Logan Ramos
bea6e1ff1b Add id to chat request (#243239)
* Add id to chat request

* Support proposed api check

* Do some casting
2025-03-11 19:27:03 +00:00
Johannes
7d2f5bb1ae add context keys and control tools command placement based on MCP servers being around 2025-03-11 20:15:46 +01:00
Bhavya U
91c7debaf6 Allow edits chat action to accept input query (#243247) 2025-03-11 19:43:36 +01:00