Joyce Er
7cddf2eb98
fix: reenable implicit context for chat editors ( #243237 )
2025-03-11 19:17:35 +01:00
Henning Dieterichs
85e7090710
Fixes #228033 ( #243234 )
2025-03-11 11:13:38 -07:00
Johannes Rieken
ef3d0c75cf
update notebook ( #243233 )
2025-03-11 11:12:18 -07:00
Connor Peet
0e01b1cc94
refactor: adopt proxychannel for calling INativeMcpDiscoveryHelperService
2025-03-11 10:53:25 -07:00
Alexandru Dima
7ef53af572
Revert "Add workaround (again) for browser bug" ( #243232 )
2025-03-11 18:52:13 +01:00
Connor Peet
67e6e173f8
fix xdg home not being read for posix
2025-03-11 10:04:33 -07:00
Kevin Wang
856dbe90b0
Fix comment typo ( #243145 )
...
I think this is supposed to say "without deviating from it"?
2025-03-11 16:58:20 +00:00
Benjamin Christopher Simmonds
c4df08cbdb
Do not extend very simple edits to entire word ( #243218 )
...
do not extend very simple edits to entire word
2025-03-11 17:42:41 +01:00
Benjamin Pasero
a4147b92a7
chat - remove shortcuts from status ( #243217 )
...
We make room for more useful things in the status tooltip soon.
2025-03-11 17:42:12 +01:00
Aaron Munger
b61a4f9887
set diff index from cell diff counts ( #243214 )
...
Co-authored-by: amunger <>
2025-03-11 09:39:56 -07:00
João Moreno
6151dca574
remove watch module ( #243208 )
2025-03-11 16:21:23 +00:00
Connor Peet
b3d3aad6b5
fix new lint
2025-03-11 09:20:25 -07:00
Henning Dieterichs
dfcb7fdc55
Fixes #13224 ( #243213 )
2025-03-11 09:09:22 -07:00
Anthony
4926da0849
Add discovery of PowerShell Core user installation ( #243025 )
...
* Add discovery of PowerShell Core user installation
* Rename function to find Scoop installation accordingly
* Update powershell.ts
* Update powershell.ts
2025-03-11 16:08:17 +00:00
Daniel Imms
7b8ef7e396
Merge pull request #243201 from microsoft/tyriar/243057
...
Add locate si path to --help
2025-03-11 08:42:00 -07:00
Connor Peet
4fda13acb3
Merge remote-tracking branch 'origin/main' into connor4312/mcp-1
2025-03-11 08:36:46 -07:00
Johannes
87e6cd178f
add full ipc/stdio logging, make sure to send notifications/initialized after init-response has been received
2025-03-11 16:28:57 +01:00
Alex Ross
7d36a427d6
Fix scope order ( #243210 )
2025-03-11 16:16:05 +01:00
Johannes
7db007682b
forward stdin|out errors
2025-03-11 16:11:02 +01:00
Benjamin Pasero
0e6e6d2bff
debt - prepare for property initialisation order changes #243049 ( #243184 )
...
* debt - prepare for property initialisation order changes #243049
* missing
* omg?
2025-03-11 14:32:59 +00:00
Daniel Imms
cb447008b7
Add locate si path to --help
...
I put this in troubleshooting as it doesn't fit well in 'Options' and
it makes it harder to read as it's a long arg name.
Fixes #243057
2025-03-11 06:49:34 -07:00
Sandeep Somavarapu
66e5b8b2be
#243073 adopt to /latest API from Marketplace ( #243193 )
2025-03-11 14:48:52 +01:00
Benjamin Christopher Simmonds
7a5dc23951
Hover Identity check not working ( #243164 )
...
hover identity never the same
2025-03-11 05:57:04 -07:00
Benjamin Pasero
a2b64db764
chat - add NES to status as checkbox ( #243173 )
2025-03-11 13:33:10 +01:00
Isidor Nikolic
005d431903
Merge pull request #243181 from microsoft/isidorn/very-capybara
...
remove unused telemetry events
2025-03-11 12:55:10 +01:00
Robo
d1ce0bf2c1
chore: update electron@34.3.2 ( #243032 )
...
* chore: update electron@34.3.2
* chore: update node.js builds
* chore: update runtime builds
* chore: bump distro
2025-03-11 20:45:06 +09:00
isidorn
0b0be23c6b
remove unused telemetry events
2025-03-11 12:30:42 +01:00
Johannes
ef0f96c175
allow to enable/disable MCP tools from chat input
2025-03-11 12:19:04 +01:00
Benjamin Pasero
c17a578a6c
Remove "Show Release Notes" and "Send Chat Feedback" from menu (vscode-copilot#14087) ( #243176 )
2025-03-11 20:09:51 +09:00
Alex Ross
7ba949dfa9
Fix uncolored content at the end of the viewport after edit ( #243174 )
2025-03-11 11:52:34 +01:00
Benjamin Pasero
9037210ea4
macOS: window controls stop working when zoomed in ( fix #242890 ) ( #243120 )
2025-03-11 11:11:05 +01:00
Benjamin Christopher Simmonds
6f87a279c8
Add custom hover to copilot edits code indicator ( #243161 )
...
fix https://github.com/microsoft/vscode/issues/243113
2025-03-11 10:38:36 +01:00
Johannes
c4318dc750
more fixes in McpServer#callOn
2025-03-11 10:22:51 +01:00
Benjamin Pasero
129f975fd4
debt - prepare for property initialisation order changes #243049 ( #243153 )
2025-03-11 08:51:56 +00:00
Alexandru Dima
b6fe5a8f41
Merge pull request #243084 from microsoft/alexd/mad-rooster
...
Add workaround (again) for browser bug
2025-03-11 09:06:38 +01:00
Connor Peet
81775e7ade
mcp: make discovery good
...
- There's an mcpDiscoveryRegistry that allows components to register in
how they discover MCP servers.
- Config discovery is one of these. Figured out all the bits for a
standalone file config shebang. Duplication there that could be
cleaned up but it works.
- The others are remote and local filesystem discovery. I ended up
making another message channel for the main process/remote server to
get a couple environment variables we need since I didn't see anything
generic for this already(?)

2025-03-10 23:06:29 -07:00
Don Jayamanne
acb986b977
Display notebook decorators when opening new nb from diff view ( #243136 )
2025-03-10 20:15:47 -07:00
Josh Spicer
56440fa442
@vscode/policy-watcher 1.2.0 ( #243132 )
...
* mac policy support (code changes)
* adopt @vscode/policy-watcher 1.2.0
2025-03-11 02:51:51 +01:00
Connor Peet
1418a96b8e
mcp: add tests and clean up some raciness in MCP handling
2025-03-10 15:36:48 -07:00
Alex Dima
68ea1f64a3
Fix issue where the chat widget service expects having a last focused widget even when focus could not be really set inside the chat widget
2025-03-10 22:40:59 +01:00
Megan Rogge
393f929eff
add getInstalledExtensions generators ( #242704 )
2025-03-10 20:48:00 +00:00
Raymond Zhao
e83b02d2e9
Merge pull request #243096 from microsoft/rzhao271/occasional-marmoset
...
Remove old key-matching algorithm and setting
2025-03-10 13:09:58 -07:00
Tyler James Leonhardt
cb807ec6ae
Fix a few property call patterns ( #243109 )
...
ref https://github.com/microsoft/vscode/issues/243049
2025-03-10 12:17:25 -07:00
Rob Lourens
2c19ac01f3
Add languageModelToolsForAgent proposal ( #243105 )
...
To have a cleaner proposal to enable the tag for extensions to contribute tools to agent mode
2025-03-10 20:00:27 +01:00
Rob Lourens
4e8d2667e6
Add proper "when" clause for "Switch to next model" ( #243104 )
2025-03-10 19:44:48 +01:00
Peng Lyu
0bec97c0bf
re #243049 . property initialisation order for file user data provider. ( #243101 )
2025-03-10 19:22:52 +01:00
Connor Peet
af0a41c328
Merge remote-tracking branch 'origin/main' into connor4312/mcp-1
2025-03-10 11:22:45 -07:00
Raymond Zhao
20dccd9313
Remove redundant permission ( #243098 )
2025-03-10 18:45:11 +01:00
Raymond Zhao
7d57de4438
Merge pull request #214572 from SimonSiefke/feature/font-picker
...
feature: support font family picker in settings
2025-03-10 10:21:29 -07:00
Alex Ross
da2bbdda80
tree-sitter doesn't apply some scopes (part 3) (#243088 )
...
Fixes #241715
2025-03-10 10:17:02 -07:00