dependabot[bot]
18cd9f8aac
Bump brace-expansion from 2.0.1 to 2.0.2 in /extensions/css-language-features ( #251237 )
...
Bump brace-expansion in /extensions/css-language-features
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 2.0.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 17:35:27 +02:00
dependabot[bot]
0d17d0c5d0
Bump brace-expansion from 1.1.11 to 1.1.12 in /test/smoke ( #251659 )
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 17:22:53 +02:00
Benjamin Pasero
0139f086ed
Issues with CSS in development mode ( #237676 ) ( #252939 )
2025-06-30 16:48:51 +02:00
Martin Aeschlimann
f63842cd57
prompt files: completions for tool names ( #252998 )
...
add completions for tool names
2025-06-30 16:32:50 +02:00
Sandeep Somavarapu
ff360be2a9
fix #252905 ( #252979 )
2025-06-30 16:32:35 +02:00
Henning Dieterichs
f250ad86fb
Avoid redaction of modelId. ( #252999 )
2025-06-30 16:13:03 +02:00
Ladislau Szomoru
454208e113
Engineering - delete disabled GitHub actions ( #252995 )
2025-06-30 07:12:07 -07:00
Benjamin Pasero
24eebbdd1f
chat - still support old setting for alternate sign-in ( #252990 )
2025-06-30 15:40:18 +02:00
Christof Marti
969d35e8a5
Refer to MCP schema for "mcp" ( microsoft/vscode-remote-release#11049 )
2025-06-30 15:28:34 +02:00
Aiday Marlen Kyzy
474b70cbb7
Adopting variable fonts ( #252308 )
...
Allowing to define variable fonts in the editor
2025-06-30 13:15:48 +00:00
Benjamin Pasero
8d856e5e64
workbench.secondarySideBar.defaultVisibility does not work well with new user data dir (fix #252505 ) ( #252966 )
...
* workbench.secondarySideBar.defaultVisibility does not work well with new user data dir (fix #252505 )
* add logging
2025-06-30 05:20:31 -07:00
Sandeep Somavarapu
86a8f0d2c3
fix #252906 ( #252967 )
2025-06-30 05:19:26 -07:00
Martin Aeschlimann
6bd21d4c12
Set specific model for prompts and modes ( #252893 )
...
* add model to prompt and mode files
* add diagnostics
* handle model service not initialized
* switch model on mode update
* fix test
* fix value completion range
2025-06-30 12:44:39 +02:00
Alex Ross
855c8cb8ac
Run OSS tool ( #252952 )
...
* Run OSS tool
* bump distro
2025-06-30 11:58:18 +02:00
Sandeep Somavarapu
617da4df5e
fix #252907 ( #252954 )
2025-06-30 11:30:08 +02:00
Alex Ross
ba15634054
Update milestone in endgame notebooks ( #252942 )
2025-06-30 11:09:11 +02:00
Benjamin Pasero
4e32b01766
chat - begin installation earlier ( #252925 )
2025-06-30 09:44:03 +02:00
Justin Chen
6ccdb0f156
edit requests onExp and added telemetry ( #252922 )
...
* add telemetry and switch setting to exp
* fix names
* change to onExp
* clean up telemetry call
* change telemetry name again
2025-06-30 06:52:39 +02:00
Bhavya U
d41280b5b4
Chat welcome experiment: Add suggested prompts and input centering ( #252891 )
...
Update chat widget welcome view with suggested prompts for startup experiments
2025-06-29 15:09:26 -07:00
Rob Lourens
db3240b9af
Remove obsolete context key ( #252887 )
2025-06-29 22:35:21 +02:00
Rob Lourens
267e6d1922
Custom chat mode improvements ( #252884 )
...
* Proper observables in service
* Persist mode data
* Mode observables for rendering
* Handle observable more consistently
* Rename to ChatModeKind
* More "kind" renames
* Add unit test for the service
* Fire event less
* Fix throwing from deserialize method
* Revert this change
* Cleanup '2' names
2025-06-30 05:26:02 +09:00
Sandeep Somavarapu
92ab7e429c
fix npe ( #252886 )
2025-06-29 22:24:48 +02:00
Copilot
f673cdde27
Fix fetch tool to fallback to file service for non-http schemes ( #252683 )
...
* Initial plan
* Fix fetch tool to only handle HTTP/HTTPS schemes
This prevents MCP resource URIs (like test://static/resource/50) from being
incorrectly processed by the fetch tool. MCP resources should be handled
by VS Code's filesystem providers instead.
- Modified FetchWebPageTool._parseUris() to filter out non-HTTP(S) schemes
- Added comprehensive tests for the new scheme filtering behavior
- Non-HTTP(S) URIs will now be treated as invalid and skipped
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Refactor tests to use TestWebContentExtractorService instead of testing private methods
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Enhance fetch tool to serve file content via IFileService for non-HTTP schemes
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>
* Revert tool description to original text as requested
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Implement FileService-based WebContentExtractorService for web platform
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Handle binary data
* style
* don't adopt this yet
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com>
Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
2025-06-29 17:37:07 +00:00
Ladislau Szomoru
a99ad9a7a1
SCM - refactor Repositories view ( #252791 )
...
* Initial refactoring
* More observables
* Fix define-class-fields-check
2025-06-29 11:27:21 +02:00
Rob Lourens
e9f1d6aac4
Fix some markdown streaming issues ( #252816 )
...
* Fix incomplete markdown rendering issue with trailing spaces
* Fix issue with trailing dash
2025-06-29 07:05:40 +02:00
Martin Aeschlimann
d80d10726b
Merge pull request #252797 from microsoft/aeschli/rational-eel-863
...
prompt files: avoid using snippets
2025-06-29 07:03:52 +02:00
Martin Aeschlimann
24f0f07172
Merge pull request #252801 from microsoft/aeschli/clever-rook-933
...
prompt file: code complete in headers
2025-06-29 07:03:30 +02:00
Martin Aeschlimann
2d01fca9b0
prompt file: code complete in headers
2025-06-28 21:26:50 +02:00
Martin Aeschlimann
a8630509af
prompt files: avoid using snippets
2025-06-28 20:50:16 +02:00
Benjamin Pasero
1d89ed699b
Merge pull request #252758 from microsoft/ben/melodic-platypus
...
chat - prepare dialog experiments with alternate provider
2025-06-28 13:18:06 +02:00
Benjamin Pasero
384ad082ee
shell env - actually revert to how it used to be ( #252755 )
2025-06-28 13:17:22 +02:00
Benjamin Pasero
6ededbed44
chat - prepare dialog experiments with alternate provider
2025-06-28 09:50:25 +02:00
Bhavya U
9bf5ea55e6
Update getting started exp ( #252752 )
2025-06-28 06:38:47 +00:00
Benjamin Pasero
ce4da7510b
layout - remove workbench.secondarySideBar.opensMaximized as it was working strangely ( #252747 )
2025-06-28 07:34:36 +02:00
Josh Spicer
ba9058298a
Remove css for coding agent prompt file ( #252724 )
...
* remove css for coding agent prompt file
* but localized
2025-06-27 18:29:49 -07:00
Harald Kirschner
cf931a999e
Apply feedback on instruction generation wording ( #252723 )
2025-06-28 03:00:05 +02:00
Rob Lourens
2f6b1d56c9
Chat copy polish ( #252720 )
...
microsoft/vscode-copilot-release#416
2025-06-27 17:45:01 -07:00
Tyler James Leonhardt
798f1910fa
Regenerate Client Id when invalid_client is returned ( #252714 )
...
Fixes https://github.com/microsoft/vscode/issues/250960
2025-06-28 00:51:01 +02:00
Josh Spicer
faddb17df3
move cloud button for pause ( #252710 )
...
move for pause
2025-06-28 00:48:14 +02:00
Connor Peet
4307305ac7
shellEnv: disable powershell discovery on Windows ( #252703 )
...
* shellEnv: disable powershell discovery on Windows
Closes #251957
Closes #251901
Closes #251446
* comments
2025-06-27 15:19:24 -07:00
Josh Spicer
b86333741f
fix replying in coding agent thread ( #252708 )
...
* trust markdown
* remove unneeded trust options
2025-06-27 15:18:28 -07:00
Josh Spicer
d41cad7a63
include pending user message too ( #252702 )
2025-06-27 23:56:53 +02:00
Raymond Zhao
a37e19a82a
fix: change search toggle setting back to experimental ( #252701 )
2025-06-27 14:48:56 -07:00
Connor Peet
d33c40d6bb
mcp: fix add-mcp command errors out on insiders ( #252705 )
...
Fixes #252512
2025-06-27 23:48:41 +02:00
Raymond Zhao
202f02381b
chore: bump ripgrep + npm audit fix ( #252674 )
2025-06-27 12:26:19 -07:00
Benjamin Pasero
6e3a2e0032
fix: prevent untrusted chat sentiment from displaying settings option ( #252684 )
2025-06-27 21:25:13 +02:00
Henning Dieterichs
502595360e
Edit reason tracking for rename and code actions ( #252680 )
2025-06-27 12:13:46 -07:00
Benjamin Pasero
1b00036b7a
chat - treat untrusted workspaces specially ( #252644 )
2025-06-27 21:05:17 +02:00
Josh Spicer
17e4022328
Coding Agent + Prompt file integration ( #252581 )
...
* prompt coding agent overlay
* redundant file
* fix naming
* but make it circular
* disable button while coding agent is working
* missed renaming import
2025-06-27 11:19:04 -07:00
Robo
d643cc7dac
chore: bump electron@35.6.0 ( #252670 )
...
* chore: bump electron@35.6.0
* chore: bump distro
2025-06-27 20:06:46 +02:00