Commit Graph

16526 Commits

Author SHA1 Message Date
Tyler James Leonhardt
134826b979 Start sending ClientAuthError telemetry for microsoft auth (#278643)
To better bucketize MSAL broker errors.
2025-11-20 12:27:10 -08:00
Johannes Rieken
57141a9924 Merge pull request #278360 from microsoft/copilot/fix-swapped-icons-reference-search
Fix swapped incoming/outgoing icons in call hierarchy toggle
2025-11-20 13:16:11 +01:00
Ladislau Szomoru
9c36e3505a Git - add option to restore staged changes when aplying/popping a stash (#278556) 2025-11-20 11:13:37 +00:00
Alex Ross
c8547e5708 Update tree-sitter-wasm (#278399)
* Update tree-sitter-wasm

* Update test results

* Update pwsh && tests, fix prompt

Fixes #274548

---------

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-11-20 10:49:33 +01:00
Ladislau Szomoru
5e1893f284 Git - fix background color for base reference (#278532) 2025-11-20 08:33:33 +00:00
Ladislau Szomoru
7c999f6f62 Git - refactor migrate changes functionality (#278426)
* Git - rework migrate changes

* Add extension API

* Revert some of the options

* Remove staged option

* More cleanup

* More command cleanup
2025-11-19 12:55:43 -08:00
copilot-swe-agent[bot]
6d8d77ee8f Fix swapped incoming/outgoing icons in call hierarchy view
Swap the icons so they show the current state instead of target state.
- When viewing incoming calls: show incoming icon (with "Show Outgoing Calls" title)
- When viewing outgoing calls: show outgoing icon (with "Show Incoming Calls" title)

This matches VS Code's convention where toggle buttons display the current
state icon with the action title being the target state.

Fixes the issue where the icon showed the opposite of what was being displayed.

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
2025-11-19 14:24:54 +00:00
Ladislau Szomoru
4df44cf5b8 Git - create worktree improvements (#278194) 2025-11-18 20:23:19 +00:00
Ladislau Szomoru
5a1c4e6ca5 Git - refactor create/delete worktree and expose extension API (#278107)
* Git - refactor create/delete worktree and expose extension API

* Pull request feedback

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-18 15:37:56 +00:00
dependabot[bot]
d5f4606ce7 Bump js-yaml from 3.14.0 to 3.14.2 in /extensions/npm (#277906)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.0...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.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>
2025-11-18 16:32:53 +01:00
Ladislau Szomoru
c7a1e26b9f Git - fix issue with remote reference label rendering (#278031) 2025-11-18 10:34:42 +01:00
Ladislau Szomoru
ae77536e70 Git - cleanup delete worktree command implementation (#278018) 2025-11-18 00:17:55 -08:00
Ladislau Szomoru
dbc8d76ce3 SCM - show history item references in the history item hover (#277859) 2025-11-17 15:00:13 +00:00
Tyler James Leonhardt
8711dcb9da Fix offending l10n.t call and add an eslint rule to prevent it from happening (#277577)
ref https://github.com/microsoft/vscode/issues/277576
2025-11-14 18:13:03 -08:00
Matt Bierner
b38fb3f7f1 Don't watch non-writable fs for md preview updates
Fixes #277389
2025-11-14 10:32:54 -08:00
Don Jayamanne
2ad979732c Remove unwanted console.logs (#277374) 2025-11-14 11:37:45 +01:00
Matt Bierner
cc7631f642 Merge pull request #276518 from remcohaszing/cursor-mdc
Mark Cursor mdc files as markdown
2025-11-13 11:11:46 -08:00
Remco Haszing
c66344a701 Update extensions/markdown-basics/package.json
Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>
2025-11-13 19:02:57 +01:00
Raymond Zhao
e061feef09 Restore foreground color for operators in dark_plus theme (#277204)
Revert "Revert "Revert "Update foreground color for operators in dark_plus th…"

This reverts commit eaea0cd151.
2025-11-13 17:35:32 +00:00
Ladislau Szomoru
06b27a740d Git - more any cleanup (#277190) 2025-11-13 17:11:50 +00:00
Ladislau Szomoru
2b52b93770 Git - enable ESLint rule for git extensions (#277156)
* Initial commit with all exceptions

* First pass of fixing

* Add ignored files explicitly
2025-11-13 15:35:01 +00:00
Ladislau Szomoru
ffcd44e6a1 Git - remove the use of in (#277077) 2025-11-13 08:51:35 +00:00
Don Jayamanne
dd2c3af375 Remove as any from ipynb (#277057)
* Remove `as any` from ipynb

* Fixes

* updates
2025-11-13 09:30:35 +01:00
Peng Lyu
d7a2778121 fix notebook renderers 2025-11-12 16:34:57 -08:00
Ladislau Szomoru
1644a34e71 Git - fix extension API method signature (#276931) 2025-11-12 15:17:35 +00:00
Ladislau Szomoru
60eb399578 Git - improve ref sorting in the repository explorer (#276889) 2025-11-12 11:03:42 +00:00
Martin Aeschlimann
982b757f70 "copilot-instructions.md" registered for 2 languages (#276876) 2025-11-12 08:34:38 +00:00
Matt Bierner
723aa849c9 Convert gulpfiles to modules
Makes a pass through our top level gulpfiles to convert them to modules
2025-11-11 15:28:50 -08:00
Copilot
c6464f84b9 Remove classic Microsoft authentication implementation (#276787)
* Initial plan

* Remove classic Microsoft authentication implementation

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Remove classic implementation

* extra space

---------

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: Tyler Leonhardt <tyleonha@microsoft.com>
2025-11-11 23:18:53 +00:00
Tyler James Leonhardt
a3fcd46091 Remove web worker support from microsoft-authentication extension (#276762)
* Initial plan

* Remove web worker support from microsoft-authentication extension

- Remove browser entry point from package.json
- Remove browser webpack configuration
- Remove browser-specific scripts (compile-web, watch-web)
- Remove src/browser/ directory with browser-specific implementations
- Remove ExtensionHost.WebWorker enum value
- Remove supportsWebWorkerExtensionHost flags from all flows
- Simplify authProvider.ts by removing web worker detection logic
- Remove web worker test case from flows.test.ts
- Successfully compiled with 0 errors

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* couple references

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-11-11 11:09:39 -08:00
Megan Rogge
b245d3d16c add tsgo watcher (#276751) 2025-11-11 17:35:52 +00:00
JeffreyCA
94755ed1c2 Terminal suggest - include persistent options in suggestions and improve suggestion grouping (#276409)
* Add support for persistent options in Fig suggestions

* Group arguments together

* Group symlink files/folders together

* Update test

* Fix test

* Use helper function
2025-11-10 17:03:12 -05:00
Matt Bierner
734a949cad Merge pull request #276534 from mjbvz/dev/mjbvz/upper-crab
Pick up latest ts for building vscode
2025-11-10 12:40:11 -08:00
Ladislau Szomoru
95f55349d6 GitBase - remove the usage of any (#276531) 2025-11-10 17:10:00 +00:00
Benjamin Pasero
5e5ba2f2f2 terminal suggest - adopt vscode.fs watcher (#276477)
* terminal suggest - adopt `vscode.fs` watcher

* Update extensions/terminal-suggest/src/env/pathExecutableCache.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* clean it up

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-10 18:01:59 +01:00
Matt Bierner
dd281f1d90 Remove allowSyntheticDefaultImports 2025-11-10 09:01:56 -08:00
Remco Haszing
441d682c1c Mark Cursor mdc files as markdown
The Cursor editor uses `.mdc` files to configure its LLM. It uses the
markdown language ID for these files. People tend to commit these files.
For users whose coworkers use Cursor, it’s nice if VSCode also uses the
markdown language ID for these files.
2025-11-10 16:07:52 +01:00
Daniel Imms
0f2bcf765a Merge branch 'main' into tyriar/274723_platform_terminal__api 2025-11-10 06:57:41 -08:00
Daniel Imms
b2481854e8 Fix test expectations 2025-11-10 06:57:11 -08:00
Don Jayamanne
6644d4f0cb Ensure node-pty module is accessbile for chat extension (#276388)
* Ensure node-pty module is accessbile for chat extension

* Update extensions/vscode-api-tests/src/singlefolder-tests/chat.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update extensions/vscode-api-tests/src/singlefolder-tests/chat.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-10 04:02:15 +01:00
Don Jayamanne
b282eee40c Remove usages of in (#276333)
* Remove usages of in

* Update extensions/ipynb/src/serializers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-09 08:07:11 +01:00
Ladislau Szomoru
a18659d8e1 Git - add extension API to get short stats for staged changes (#276308) 2025-11-08 21:43:43 +01:00
Ladislau Szomoru
89fd28901e Git - only dispose worktree repository after it has been deleted (#276207) 2025-11-07 13:55:40 -08:00
Megan Rogge
6293b5452c undo finalization of terminal completion provider API (#276174)
addresses #276142 in main
2025-11-07 13:05:48 -08:00
Ladislau Szomoru
cc5d8fd3ee Git - do not show warning dialog when you do a non-interactive worktree migration (#276177)
* Git - do not show warning dialog when you do a non-interactive worktree migration

* Fix condition 🤦‍♂️
2025-11-07 12:31:18 -08:00
Ladislau Szomoru
e36e94ac8b Git - add the new method into the interface (#276152) 2025-11-07 18:36:53 +00:00
Ladislau Szomoru
55e72a1f5e Git - basic extension API to compute working tree short stats (#276134)
* Git - basic extension API to compute working tree short stats

* Fix call

* Fix function
2025-11-07 17:47:07 +00:00
Ladislau Szomoru
7bdbccd240 Git - improve logic to pick a worktree to migrate changes from (#276048) 2025-11-07 11:38:52 +00:00
Alex Ross
2716852bf1 Update grammars (#276050) 2025-11-07 11:31:19 +00:00
Raymond Zhao
eaea0cd151 Revert "Revert "Update foreground color for operators in dark_plus theme"" (#275925) 2025-11-06 20:20:10 +00:00