Copilot
60bf10573c
Suppress chat tips in terminal/editor inline chat ( #295170 )
2026-02-13 14:42:23 +00:00
Johannes
814a9ce765
Refactor resource copying for transpile and bundle builds
...
- Implemented copyAllNonTsFiles() for transpile/dev builds to copy all non-TS files from src/ to output, aligning with previous gulp behavior.
- Retained copyResources() for production builds using curated resource patterns.
- Removed unnecessary devOnlyResourcePatterns and testFixturePatterns.
- Updated watch mode to accept any non-TS file changes.
2026-02-13 15:38:39 +01:00
Sandeep Somavarapu
d0a3dbb109
add signout to default account ( #295174 )
2026-02-13 14:30:41 +00:00
Simon Siefke
e1f64b1e02
fix: memory leak in tunnel view ( #287142 )
...
* fix: memory leak in tunnel view
* fix: memory leak in tunnel view
* fix: memory leak in tunnel view
* Some clean up
---------
Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com >
2026-02-13 14:29:46 +00:00
Remco Haszing
1a13b9ca22
Add additional markdown extensions
...
This marks the `.litcoffee` file extension as markdown. This is a
markdown format, where indented code blocks can be interpreted as
CoffeeScript.
This also adds the `.mkdn` and `.ron` extensions, which are taken from
https://github.com/sindresorhus/markdown-extensions/blob/main/index.js .
2026-02-13 15:22:53 +01:00
Copilot
d45ab2fa34
Fix question carousel reappearing after window reload ( #295007 )
2026-02-13 14:21:43 +00:00
Lee Murray
a5d1c2cd44
Merge pull request #295171 from microsoft/mrleemurray/dusty-azure-canidae
...
Update codicons version and add 'openInWindow' icon
2026-02-13 14:21:22 +00:00
copilot-swe-agent[bot]
f29cef468d
Fix Windows test failure: mock Linux remote environment
...
The tests were failing on Windows because the sandbox service returns false from isEnabled() when running on Windows. Fixed by making MockRemoteAgentService return a Linux remote environment, simulating a remote connection which allows the tests to pass on all platforms.
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com >
2026-02-13 14:16:03 +00:00
Lee Murray
71c0804d67
Merge pull request #295166 from microsoft/mrleemurray/double-bronze-gibbon
...
Enhance quick input widget styling for better visibility and interaction
2026-02-13 14:11:11 +00:00
Johannes
bccf22cb8d
Exclude
2026-02-13 14:59:16 +01:00
Lee Murray
0d2c8e6b44
Merge pull request #295164 from microsoft/mrleemurray/driving-black-cod
...
Add support for reduced transparency in accessibility settings
2026-02-13 13:56:42 +00:00
mrleemurray
9d1ba054ae
Update codicons version to 0.0.45-7 and add new icon 'openInWindow'
2026-02-13 13:52:46 +00:00
mrleemurray
8bc0e77401
Enhance quick input widget styling for better visibility and interaction
2026-02-13 13:47:44 +00:00
Johannes
7c6cca7b14
Add native private field to property transform for esbuild bundles
2026-02-13 14:44:33 +01:00
mrleemurray
8d43dd606a
Add support for reduced transparency in accessibility settings
2026-02-13 13:37:03 +00:00
Daniel Imms
768af7b87f
notifications -> notification
2026-02-13 04:49:35 -08:00
Johannes Rieken
970fb634fc
fix declare const enum not inlined by esbuild, fixes #295046 ( #295149 )
2026-02-13 12:09:46 +00:00
Johannes Rieken
4d38837a83
Move usages tool ( #295139 )
...
* feat: add UsagesTool for finding code symbol usages and implement related tests
* feat: handle late-registered tools in LanguageModelToolsExtensionPointHandler
* feat: enhance UsagesTool to utilize ISearchService for symbol searches and improve reference classification
2026-02-13 11:27:05 +00:00
Benjamin Pasero
3eb326e807
Cmd + w closes the window when maximized chat ( fix #293051 ) ( #295133 )
2026-02-13 12:18:59 +01:00
Benjamin Pasero
d0061bb5d5
Window control overlay does not dim when modal custom dialog shows ( fix #159671 ) ( #295117 )
2026-02-13 10:44:17 +00:00
Johannes Rieken
7687ea5f10
Add SVG resource patterns for transpile/dev builds ( #295119 )
2026-02-13 10:00:14 +00:00
Johannes Rieken
8f5888f93f
Fix watch-client-transpile script to use node instead of npx ( #295118 )
2026-02-13 09:55:18 +00:00
Rob Lourens
1da341f487
Show warning when claude code hooks are detected but disabled ( #294724 )
...
* Show warning when claude code hooks are detected but disabled
* Fix
* Tweak label
* Fix
2026-02-13 10:24:30 +01:00
Copilot
c4a50d50a2
Modal editor: double-click header to maximize, fix outline leak ( #295006 )
...
* Initial plan
* feat: double-click modal editor header to toggle maximize, fix outline leak
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com >
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com >
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2026-02-13 09:22:05 +00:00
Rob Lourens
423cba5678
Merge pull request #295090 from microsoft/roblou/additional-gull
...
Add /models and /tools slash commands
2026-02-13 09:21:37 +00:00
Don Jayamanne
c4f3cc823e
Add attachmentCapabilities to chat request parsing (background agents) ( #295112 )
2026-02-13 10:12:13 +01:00
Matt Bierner
27e0fca9cb
Merge pull request #295099 from mjbvz/dev/mjbvz/enormous-kingfisher
...
Fix leak warning around events
2026-02-13 00:13:13 -08:00
Matt Bierner
39ebcc7f34
Use esbuild instead of webpack to bundle the css extension
...
Switches from webpack to esbuild to bundle the css extension. Tested this locally in a browser and creating an official build to test the bundled extension still work correctly
2026-02-13 00:05:47 -08:00
Matt Bierner
a0435f6142
Merge pull request #295097 from mjbvz/dev/mjbvz/western-stoat
...
Fix esbuilt web extensions
2026-02-12 23:50:16 -08:00
Matt Bierner
8785fc52f6
Fix leak warning around events
2026-02-12 23:39:08 -08:00
Matt Bierner
730cabf7f3
Fix esbuilt web extensions
...
We should be using cjs here still. Only webviews use esm
2026-02-12 23:35:20 -08:00
Rob Lourens
2830eafa6c
Add /models and /tools slash commands
2026-02-12 21:11:57 -08:00
Don Jayamanne
16e49a8b88
Support prompt file slash commands in background agents ( #295070 )
...
* Support prompt file slash commands in backgrround agents
* Update tests
* Update comments
2026-02-13 13:40:49 +11:00
Paul
92d3b378a0
Rename user-invokable to user-invocable ( #295058 )
...
* rename
* tests
* fixes
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix test
* Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-12 18:09:06 -08:00
Dmitriy Vasyura
1531635f6a
Merge pull request #295059 from microsoft/dev/dmitriv/fetch-prevent-ad-redirects
...
Prevent tracking redirects in fetch tool
2026-02-12 17:39:07 -08:00
Dmitriy Vasyura
104123aaee
Merge pull request #295063 from microsoft/dev/dmitriv/flaky-download-fix
...
Add retries for target download logic in sanity tests
2026-02-12 16:56:59 -08:00
Matt Bierner
631230f71b
Merge pull request #295029 from microsoft/dev/mjbvz/esbuild-gunt
...
Adopt esbuild instead of webpack for a few more extensions
2026-02-12 16:52:22 -08:00
Harald Kirschner
73a9d49dea
Merge pull request #294779 from microsoft/digitarald/explore-agent-default-model
...
Add Explore agent default model picker and refactor DefaultModelContribution
2026-02-12 16:03:46 -08:00
Josh Spicer
aad1561e22
Merge pull request #294774 from microsoft/josh/upstream-newpromptactions
...
prompt actions: add extension points for folder and editor overrides
2026-02-12 23:45:10 +00:00
Matt Bierner
1ca69349dd
Merge pull request #295055 from mjbvz/dev/mjbvz/mighty-horse
...
Adopt unified js/ts setting for suggest
2026-02-12 15:27:11 -08:00
Josh Spicer
0370d00302
chat: make prompt discovery overrideable for scoped workspaces ( #294763 )
...
- add protected workspace folder hooks in PromptFilesLocator to allow scoped roots
- normalize workspace folder lookup to avoid null/undefined mismatch
- allow PromptsService subclasses to supply a custom prompt files locator
2026-02-12 15:16:38 -08:00
Matt Bierner
313730f836
Use browser if it exists
2026-02-12 15:15:08 -08:00
Raymond Zhao
e987c5242e
chore: bump extension versions ( #295040 )
2026-02-13 04:15:03 +05:00
Matt Bierner
41a5154112
Merge branch 'main' into dev/mjbvz/esbuild-gunt
2026-02-12 15:09:29 -08:00
Matt Bierner
dfc43c73a6
Adopt unified js/ts setting for suggest
...
Fixes #292934
2026-02-12 15:07:36 -08:00
Bhavya U
e371f136a1
add support for fetching active chat session ( #294992 )
...
* add support for fetching active chat session
* refactor: rename activeChatSession to activeChatPanelSession and update related events
2026-02-12 15:01:33 -08:00
Matt Bierner
c5fb366012
Merge pull request #269779 from mjbvz/dev/mjbvz/legitimate-squirrel
...
Fix any cases in md extension
2026-02-12 14:34:32 -08:00
Matt Bierner
97384371fa
Fixing error reporting and resolution of jsonc
2026-02-12 14:14:56 -08:00
dependabot[bot]
a3e466a735
Bump qs from 6.14.1 to 6.14.2 in /test/mcp ( #295038 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-12 13:46:31 -08:00
Robo
1c7d85c39d
chore: add telemetry for gpu fallback mode triggered by skia ( #290476 )
2026-02-12 21:31:12 +00:00