Matt Bierner
ae1c223692
Fix opening chat editors
...
Looks like multiple changes started using the wrong uri type. This fixes `new chat editor` but I think a few other callers are doing the same thing. Will follow up with separate PRs
2026-02-04 16:54:31 -08:00
Paul
842bdbbe2e
Fix extHostHooks for web ( #292968 )
2026-02-05 00:30:45 +00:00
Don Jayamanne
c35bf16a13
Support serialized tool call results for generic tools (similar to MCP, display input and outupt) ( #292773 )
...
* Support serialized tool call results for generic tools (similar to MCP, display input and outupt)
* Updates
* Updates
2026-02-04 16:26:02 -08:00
Justin Chen
d9827787b5
fix stray executing tool call ( #292959 )
...
* make sure to hide tool calls'
* Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolInvocationPart.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-04 16:24:08 -08:00
Rob Lourens
704095a158
Add common output hook types and reorganize related code ( #292961 )
...
* Add common output hook types, reorganize a bit more
* test fixes
2026-02-05 10:43:51 +11:00
Megan Rogge
2a55ee3d69
replace in checks with Object.hasOwn ( #292956 )
...
replace in checks with Object.hasOwn
2026-02-04 23:16:21 +00:00
Megan Rogge
42414b2d9e
fix regression with xterm styling ( #292945 )
2026-02-04 23:15:30 +00:00
Matt Bierner
c80d97f340
Merge pull request #292955 from mjbvz/dev/mjbvz/sleepy-hyena
...
Remove region diagnostics setting
2026-02-04 15:05:49 -08:00
Josh Spicer
1ee5226928
hide chat participants @ contributed via chat sessions api ( #292953 )
2026-02-04 22:51:41 +00:00
Matt Bierner
cfbd57afa6
Remove region diagnostics setting
...
Part of #292934
This is an implementation detail. Was only really added in 5.6 in case the new behavior caused issues. Should be safe to remove now
2026-02-04 14:44:40 -08:00
Megan Rogge
f16dfffb46
allow clicking links in embedded terminal ( #292940 )
...
fixes #292357
2026-02-04 21:58:13 +00:00
Rob Lourens
6327bcc3ea
preToolUse hook supporting "deny" ( #292890 )
...
* preToolUse hook supporting "deny"
* Fix tests
* Simplify tests
* Fix test
2026-02-04 21:34:11 +00:00
Matt Bierner
1648833da9
Merge pull request #292932 from mjbvz/dev/mjbvz/xenacious-cricket
...
Remove "experimental" from finalized setting
2026-02-04 13:18:56 -08:00
Paul
79d927ec12
Add diagnostics for hooks ( #292912 )
2026-02-04 21:10:12 +00:00
Paul
38398d6453
Hooks format cleanup ( #292928 )
2026-02-04 21:01:13 +00:00
Megan Rogge
48c2726476
play user action required sound regardless of window focus ( #292930 )
2026-02-04 20:58:38 +00:00
Matt Bierner
687717f65d
Remove "experimental" from finalized setting
2026-02-04 12:53:05 -08:00
Martin Aeschlimann
6a7cce3c3f
add claude.md support ( #292898 )
...
* add claude.md support
* add tests
* use realpath to find duplicates
* only set realPath for symlinks
* update
* update
* Update src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix tests
* Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-04 12:52:39 -08:00
JeffreyCA
c176f53d94
Update Fig spec for Azure Developer CLI (azd) ( #292894 )
...
* Update azd fig spec
Add full extension command details
Add new commands
Use generator for `config` commands
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-04 20:47:32 +00:00
Megan Rogge
b40b1dbc3f
improve specificity for chat selector to fix smoketest ( #292922 )
2026-02-04 12:36:26 -08:00
Megan Rogge
4ad2cc6af8
notify when chat questions come in ( #292911 )
...
fixes #292707
2026-02-04 20:08:57 +00:00
Paul
1420f16b36
Skills as slash commands ( #292887 )
2026-02-04 11:54:58 -08:00
Don Jayamanne
b5f1376218
Support serialized tool call results that return resources (e.g. rg, glob, etc) ( #292768 )
...
* Support serialized tool call results that return resources (e.g. rg, glob, etc)
* Fixes
* add tests
* Fixes
2026-02-04 19:46:24 +00:00
Raymond Zhao
66d4d91367
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-04 11:41:01 -08:00
Copilot
e4e3c1f548
Fix terminal command decoration to show failed icon when chat request is cancelled ( #292695 )
2026-02-04 19:37:02 +00:00
Megan Rogge
44b47a80fc
add a command to toggle between todos and chat input ( #283134 )
2026-02-04 11:35:58 -08:00
Bryan Chen
095b74ad77
Merge pull request #292742 from microsoft/brchen/preserve-extension-path-in-telemetry
...
Preserve VS Code extension paths in telemetry callstacks
2026-02-04 11:27:00 -08:00
Megan Rogge
a67f7c7490
Expose restore to last checkpoint command, add it to accessibility help dialog ( #292693 )
...
fixes #291971
2026-02-04 11:16:08 -08:00
Matt Bierner
5766808580
Merge pull request #292893 from mjbvz/dev/mjbvz/shy-gayal
...
Fix `rootDir` for workspace extensions
2026-02-04 11:00:07 -08:00
Aiday Marlen Kyzy
dbd2e696e2
Reaching out to next annotation when boundaries equal ( #292875 )
...
* adding code
* polishing
2026-02-04 12:56:11 -06:00
Copilot
a56e77f4ae
Add accessibility progress sound to retry request button ( #292697 )
2026-02-04 18:54:17 +00:00
Megan Rogge
923956b444
Implement matchTerminalPromptOption function and add tests for case-insensitive matching and input normalization ( #292889 )
2026-02-04 10:45:35 -08:00
Bryan Chen
4bba64c7fd
fix: support multi-segment suffixes like .vscode-server-insiders in extension path regex
2026-02-04 10:40:55 -08:00
Megan Rogge
3feed2b497
sessionId -> sessionResource in task execution and output monitoring (#292706 )
2026-02-04 12:39:18 -06:00
Bryan Chen
e6b0655065
fix: correct case sensitivity in test expectation for built-in extension path
2026-02-04 10:21:09 -08:00
Bryan Chen
942ad4a050
Preserve VS Code extension paths in telemetry callstacks
...
When anonymizing file paths in telemetry data, preserve the extension
name and path within VS Code extension directories while redacting
the parent folder containing user information.
Matches:
- User extensions: .vscode/extensions/, .vscode-insiders/extensions/, etc.
- Built-in extensions: resources/app/extensions/
Before: <REDACTED: user-file-path>:144:145516
After: <REDACTED: user-file-path>/.vscode/extensions/ms-python.python/out/extension.js:144:145516
2026-02-04 10:21:09 -08:00
Raymond Zhao
79e7736400
Revert "Revert "Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /extensions/html-language-features"" ( #292872 )
...
Revert "Revert "Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /extensio…"
This reverts commit f0a58da7a9 .
2026-02-04 18:15:09 +00:00
Matt Bierner
8a4dba82fa
Fix rootDir for workspace extensions
2026-02-04 10:08:29 -08:00
Lee Murray
5ccfd8b751
Merge pull request #292886 from microsoft/mrleemurray/small-coffee-gerbil
...
Add size registry support to webview theme data provider
2026-02-04 17:53:51 +00:00
mrleemurray
63cc68e088
feat: add size registry support to webview theme data provider
2026-02-04 17:34:22 +00:00
João Moreno
08f3997957
ignore watch errors ( #292873 )
2026-02-04 17:31:19 +00:00
Megan Rogge
f54be1c26f
fix flakey test ( #292874 )
2026-02-04 17:30:27 +00:00
Raymond Zhao
ad0d90ac3b
Revert "Revert "Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /extensions/json-language-features"" ( #292871 )
...
Revert "Revert "Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /extensio…"
This reverts commit 02df3fbaa3 .
2026-02-04 17:25:31 +00:00
Johannes
467980a4bd
remove query arg from codicon.css
2026-02-04 18:20:59 +01:00
Raymond Zhao
17f49693b9
Revert "Revert "Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /extensions/css-language-features"" ( #292870 )
...
Revert "Revert "Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /extensio…"
This reverts commit f4ce567e5d .
2026-02-04 17:15:22 +00:00
Johannes
ab64672887
Merge branch 'main' into joh/esbuild-the-things
2026-02-04 18:12:31 +01:00
Benjamin Pasero
b8124edbda
debt - keep enums selfcontained in agent sessions ( #292865 )
2026-02-04 16:53:37 +00:00
Robo
27b960f73d
fix: flaky chat accessibility smoke tests ( #292859 )
2026-02-04 10:38:25 -06:00
Lee Murray
8d5e98349e
Merge pull request #292857 from microsoft/mrleemurray/annoyed-beige-perch
...
Remove unnecessary overflow properties from titlebar and widget styles
2026-02-04 16:00:06 +00:00
Logan Ramos
0895e6ead4
Remove details from auto when not logged in ( #292852 )
...
Remove details from auto when not logged in
2026-02-04 15:52:40 +00:00