Commit Graph

15751 Commits

Author SHA1 Message Date
Megan Rogge
393f929eff add getInstalledExtensions generators (#242704) 2025-03-10 20:48:00 +00:00
Alex Ross
da2bbdda80 tree-sitter doesn't apply some scopes (part 3) (#243088)
Fixes #241715
2025-03-10 10:17:02 -07:00
Daniel Imms
4c1fe96dde Fix git aliases not completing
Fixes #240374
2025-03-10 06:15:49 -07:00
Benjamin Pasero
d70596e87b Chat-related commands should not be available on web (without backend) (fix #241873) (#242954)
* Chat-related commands should not be available on web (without backend) (fix #241873)

* Remove notebook.cellOutput.addToChat from command palette

* Only show "Toggle agent mode" when chat enabled

* Show notebook.cellOutput.addToChat only when chat enabled

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2025-03-08 18:58:26 +01:00
Daniel Imms
6c1afa4f7d Remove compile workarounds in upstream specs
Part of #242795
2025-03-08 06:51:01 -08:00
Tyler James Leonhardt
739de723a5 Fix ScopeData so that tenantId truly is only a GUID (#242929)
Fixes https://github.com/microsoft/vscode/issues/242839
2025-03-07 14:46:25 -08:00
Aaron Munger
e5ac650981 bump default nb format version (#242741)
* bump default nb format version

* update tests

---------

Co-authored-by: amunger <>
2025-03-07 20:58:55 +01:00
Aaron Munger
469d54e912 call the generator function (#242912)
call the function

Co-authored-by: amunger <>
2025-03-07 10:54:22 -08:00
Daniel Imms
889e7ee6ba Merge pull request #242798 from microsoft/tyriar/242798_fig_ups
Make upstream fig specs folder readonly
2025-03-07 09:34:32 -08:00
Ladislau Szomoru
04260cb17b Git - use relative path when running git commands (#242889) 2025-03-07 16:30:39 +01:00
Daniel Imms
e98b8e124e Remove tsconfig changes and amend specs 2025-03-06 05:21:21 -08:00
Daniel Imms
4215782c25 Fix indentation mapping 2025-03-06 04:31:53 -08:00
Daniel Imms
2c3b007405 Move all upstream fig spec modifications into scripts
Part of #242798
2025-03-06 04:25:33 -08:00
Tyler James Leonhardt
14324bbbc2 Remove old client id versioning code (#242760)
We're not doing this anymore and our default client id will be "upgraded" by the identity team.
2025-03-06 11:56:44 +09:00
Tyler James Leonhardt
eab6f90c72 Better lifecycle handling (#242758)
I moved to a factory model because there was just so much that needed to be async.

I think the amount of async code will be reduced in the future as we remove some migration logic, but this makes sure we don't accidentally create instances without awaiting their initialization.
2025-03-06 02:50:14 +01:00
Tyler James Leonhardt
9e0461087b Make account access cross client ids (#242721)
The point here is that the user already allowed access to the account for one client id, so that should just apply to any client id that is being used since:
* If we don't actually _have_ an auth token, the user will be asked to log in - so they will see a prompt as expected
* If we _do_ have an auth token, then we rely on extension auth access to gate access to the account

Fixes https://github.com/microsoft/vscode/issues/241526
2025-03-05 20:58:49 +01:00
Tyler James Leonhardt
95ab795ff0 Detach authority/tenant from the PublicClientApp (#242719)
everything
2025-03-05 19:55:10 +01:00
Megan Rogge
0b257aaeb4 add --locate-shell-integration-path to code spec with suggestions (#242708)
fix #242467
2025-03-05 18:41:09 +00:00
Alex Ross
dfcb5f367c Night Owl Light appears much more blue with Tree Sitter highlighting (#242058)
* Night Owl Light appears much more blue with Tree Sitter highlighting
Fixes #241887

* Fix template strings

* Fix tests

* Fix tests
2025-03-05 09:37:10 -08:00
Megan Rogge
bfafb935b2 Merge pull request #242585 from microsoft/embarrassing-snail
ensure alias value is used for spec when generating completions
2025-03-05 15:41:49 +01:00
Aiday Marlen Kyzy
fb3a36133e Removing double slash from wtihin regex in onEnter rule (#242679)
removing double slash from wtihin regex in onEnter rule
2025-03-05 12:28:46 +01:00
Alex Ross
5ff58539b4 Support targeting multiple scopes in a theme with tree sitter (#241703)
* Support targeting multiple scopes in a theme with tree sitter

* Fix tests

* Respond to PR feedback

* Fix tests
2025-03-05 11:07:56 +00:00
Ladislau Szomoru
d234a62e39 Git - remove diffCommand proposal (#242675) 2025-03-05 11:44:12 +01:00
Ladislau Szomoru
9fbff868fd Git - use editorInlayHint.foreground for the git blame editor decoration as it is lighter than editorCodeLens.foreground (#242665) 2025-03-05 10:08:45 +01:00
Megan Rogge
04a1f0815a get aliases via login shell for mac (#242588)
fixes #241824
2025-03-04 11:16:49 -08:00
Ladislau Szomoru
f7bc839df9 Git - 💄 add path delimiter when calling git blame (#242553) 2025-03-04 13:04:14 +01:00
Ladislau Szomoru
e4e03ebce9 Git - fix data shape issue for the merge base (#242544) 2025-03-04 12:16:09 +01:00
Tushar Sadhwani
3b55994f24 Make git show ref argument unambiguous (#242483)
make `git show` ref argument unambiguous
2025-03-04 09:28:33 +00:00
Daniel Imms
82519eb1c9 Merge pull request #242208 from microsoft/merogge/update-comment
update comment
2025-03-03 15:02:27 -08:00
Megan Rogge
94e7fe385c add terminal completion debug logs (#242517)
fix #242076
2025-03-04 00:00:44 +01:00
Megan Rogge
12dafaf7b5 fix terminal suggest bug where unexpected completions are returned (#242363) 2025-03-03 22:56:30 +00:00
Ladislau Szomoru
f1f5327a74 Git - do not show "Not Committed Yet" while typing (#242508) 2025-03-03 17:28:52 -05:00
Raymond Zhao
54b12e5ec8 Copy UUID impl (#231347) 2025-03-03 09:29:59 -08:00
Ladislau Szomoru
f11a86a05f Revert "Git - remove jschardet (#241256)" (#242469)
This reverts commit 6fdb41922c.
2025-03-03 16:00:53 +01:00
Benjamin Pasero
f909b15f53 status - consistent casing for language entries (#242466)
* status - consistent casing for language entries

* more
2025-03-03 15:36:07 +01:00
Ladislau Szomoru
6ef179a793 Git - improve git blame rendering efficiency (#242456) 2025-03-03 13:03:12 +01:00
Matt Bierner
cb28ffece2 Bundle TS 5.8.2
For #242359
2025-02-28 13:10:21 -08:00
Benjamin Pasero
355e73c5e0 encoding - add tests for utf8bom (#242132) (#242347) 2025-02-28 11:15:28 -08:00
Alex Ross
a267073204 Update grammars (#242296) 2025-02-28 13:20:44 +01:00
Megan Rogge
73b48e98f5 provide activeEditorState setting completion (#242216)
fixes #241880
2025-02-27 19:27:36 +01:00
Tyler James Leonhardt
9ca1204521 Doc calling out GitHub OAuth client secret behavior (#242210) 2025-02-27 18:47:41 +01:00
meganrogge
acbcb2b7ec update comment 2025-02-27 11:09:47 -06:00
João Moreno
25c371614f disable untrackedChangesEnableTrash in linux snap (#242188)
* disable untrackedChangesEnableTrash in linux snap

related to #241476
cc @lszomoru

* missing isLinuxSnap check
2025-02-27 16:36:12 +01:00
João Moreno
6a06fb719e rename untrackedChangesEnableTrash to discardUntrackedChangesToTrash (#242186) 2025-02-27 15:42:12 +01:00
Matt Bierner
c071cfb288 Merge branch 'main' into reverthover 2025-02-26 14:16:06 -08:00
Matt Bierner
8874a60376 Merge pull request #241742 from mjbvz/upper-walrus
Always try sending along project root paths
2025-02-26 14:12:12 -08:00
Daniel Imms
8b0f80c492 Merge pull request #242117 from microsoft/tyriar/241702_2
Remove cwd fallback, ensuring we don't suggest non-existent folders
2025-02-26 13:37:11 -08:00
Daniel Imms
c25c5e8612 Remove cwd fallback, ensuring we don't suggest non-existent folders
Fixes #241702
2025-02-26 13:09:49 -08:00
Daniel Imms
5090a351b1 Make option item kind check stricter
Fixes #241825
2025-02-26 12:38:20 -08:00
Connor Peet
0f49f0e649 npm: fix run button in scripts tree not updating when npm.scriptRunner is changed (#242098) 2025-02-26 19:22:30 +01:00