Commit Graph

17240 Commits

Author SHA1 Message Date
Matt Bierner
d26ff4659d Merge pull request #269402 from mjbvz/dev/mjbvz/outside-capybara
Only disable built-in TS if TS go is installed
2025-10-01 10:57:22 -07:00
Matt Bierner
e93d598d2b Merge pull request #269400 from mjbvz/dev/mjbvz/high-sawfish
Remove restart call when enabling TS native
2025-10-01 10:49:55 -07:00
Matt Bierner
4151d4bc5e Only disable built-in TS if TS go is installed
Fixes #269036

We should check both the setting that the native extension is actually installed
2025-10-01 10:41:09 -07:00
Matt Bierner
9b6c88bf2f Remove restart call when enabling TS native
Fixes #266087

Should no longer be required after upstream changes
2025-10-01 10:33:04 -07:00
Ladislau Szomoru
d0cb4a16a5 Git - fix regression related to using path.sep (#269361) 2025-10-01 15:36:11 +00:00
Ladislau Szomoru
597148770d SCM - use subject as the title of the multi-file diff editor (#269347) 2025-10-01 16:55:05 +02:00
Daniel Imms
898a70df5b Add --transient to code spec (#269248)
* Add --transient to code spec

Fixes #269162

* Fix test expectations for --transient
2025-10-01 11:23:42 +00:00
Ladislau Szomoru
c6d8b3ab0b Git - only show "Resolve in Merge Editor" editor action when conflict markers are present (#269300) 2025-10-01 11:28:30 +02:00
Matt Bierner
99bbe0707b Fix name in package-lock
Forgot to check this in too after fixing the main `package.json`
2025-09-30 13:37:59 -07:00
lemurra_microsoft
e9bf40d990 Add hover foreground color for status bar items in light and dark themes 2025-09-30 16:40:29 +01:00
lemurra_microsoft
836137bd80 Update status bar item hover background colors for improved visibility 2025-09-30 16:32:23 +01:00
Matt Bierner
9473c643ef Merge pull request #268970 from mjbvz/dev/mjbvz/middle-turtle
Disable mermaid rendering for now
2025-09-29 16:00:25 -07:00
Matt Bierner
07be8ab0f0 Disable mermaid rendering for now
#257761

Needs more polish
2025-09-29 15:31:04 -07:00
Martin Aeschlimann
153c4c2aa9 [css/html/json] update services (#268964) 2025-09-29 22:00:05 +00:00
Tyler James Leonhardt
d8c3a3263d Add redirect URI and update MSAL packages (#268939)
* Bump MSAL packages further

To hopefully fix bugs

* add redirect uri
2025-09-29 19:57:44 +00:00
Megan Rogge
2d5468676d polish terminal suggest handling of globs (#268363) 2025-09-25 14:06:11 -04:00
Tyler James Leonhardt
383f4b59ce Bump MSAL node to assist non-broker flows (#268242)
This includes a bug fix on the MSAL side for non-broker flows.
2025-09-24 16:26:17 -07:00
Ladislau Szomoru
1a72b133fd Git - add context key for merge conflict detection (#268183) 2025-09-24 15:33:01 +00:00
Matt Bierner
76f5e55dae Fix missing localized string 2025-09-22 15:54:48 -07:00
Matt Bierner
b73f7ef2be Merge pull request #266121 from microsoft/dev/mjbvz/mermaid-core
Add basic mermaid rendering support in core
2025-09-22 14:53:00 -07:00
Tyler James Leonhardt
bf0108fb1e Re-enable MSAL broker on macOS (#267833)
Fixes https://github.com/microsoft/vscode/issues/260158
2025-09-22 13:36:31 -07:00
Matt Bierner
7bb394cd0f Update readme 2025-09-22 13:28:11 -07:00
Matt Bierner
36713d57bf Merge branch 'main' into dev/mjbvz/mermaid-core 2025-09-22 12:44:19 -07:00
Ladislau Szomoru
b276d35cd6 Git - path comparison should better handle trailing/mixed separators (#267112) 2025-09-17 06:56:24 -07:00
Matt Bierner
714de95111 Remove fixup loop for now
Pulls in too many deps
2025-09-15 22:38:44 -07:00
Matt Bierner
42187d0f3f Merge branch 'main' into dev/mjbvz/mermaid-core 2025-09-15 22:07:47 -07:00
Megan Rogge
5e4fa79ff8 address API feedback for terminal completion provider (#266073) 2025-09-11 15:17:31 -07:00
Aaron Munger
1986d172c4 skip test for failing again (#266230) 2025-09-11 17:28:59 +00:00
Matt Bierner
2e32e7fc92 Update strings 2025-09-10 18:24:08 -07:00
Matt Bierner
c7e7a779e8 Add basic mermaid rendering support in core
For #257761

Ports over extension sample + a few improvements to core
2025-09-10 18:22:39 -07:00
Matt Bierner
6303bf7e37 Merge pull request #266088 from mjbvz/permanent-wolf
Don't require restart when switching to TS native
2025-09-10 15:59:54 -07:00
Matt Bierner
cd05e0cb6c Remove copilot from strings and localize them
Fixes #264155
2025-09-10 14:59:11 -07:00
Matt Bierner
5ba9efdf40 Don't require restart when switching to TS native
For #266087

Dynamically registers / unregisters the language features
2025-09-10 13:13:55 -07:00
Ladislau Szomoru
a1c9bc01e7 Chat - add support to attach a history item change range to chat (#266022)
* Chat - add ISCMHistoryItemChangeRangeVariableEntry

* Chat - add content provider for ISCMHistoryItemChangeRangeVariableEntry
2025-09-10 14:16:38 +00:00
Tyler James Leonhardt
3e2f34ebe8 Address API sync feedback for challenges API (#265921)
* Address API sync feedback for challenges API

* use `fallbackScopes` instead of `scopes`
* `WWW`-> `Www`

ref https://github.com/microsoft/vscode/issues/260156

* adopt the change
2025-09-09 17:05:43 -04:00
Matt Bierner
97b2c007cd Migrate fully of moduleResolution node10
Fixes #265420
2025-09-09 11:08:41 -07:00
Benjamin Pasero
8a48ecc72b chat - towards experimental anonymous access (#265806) 2025-09-09 14:15:50 +00:00
Ladislau Szomoru
f3d0305959 SCM - add method to resolve a source control history item (#265844) 2025-09-09 15:40:52 +02:00
Aaron Munger
c8c7793eec poll for change to allow async update (#265724)
* poll for change to allow async update

* import poll
2025-09-08 13:05:44 -07:00
Matt Bierner
7779b2f905 Merge pull request #265419 from mjbvz/mature-coral
Update build TS versions
2025-09-08 11:39:06 -07:00
Tyler James Leonhardt
2deaa78bcf Add /login/oauth path part to the ghes supported authorization server (#265703)
Fixes GHE MCP loading
2025-09-08 17:38:49 +00:00
Christof Marti
f5f2ea58fc Rerun fallbacks (#260297) 2025-09-08 16:55:43 +02:00
Matt Bierner
46433f1a75 Fix ms auth compile error 2025-09-05 14:52:25 -07:00
Matt Bierner
c67f8834a7 Adding a few more ignoreDeprecations 2025-09-05 14:48:25 -07:00
Tyler James Leonhardt
71b461ab86 Support PKCE for GitHub Auth (#265381)
Fixes https://github.com/microsoft/vscode/issues/264795
2025-09-05 19:55:35 +02:00
Benjamin Pasero
229c487a9a files - update to latest @parcel/watcher (#265144) 2025-09-05 13:14:35 +02:00
Logan Ramos
2eae3caa26 Implement API changes from TPI feedback (#265213)
* Implement API changes from TPI feedback

* Update names

* Handle old fallback
2025-09-04 17:45:03 -04:00
Christof Marti
7be2a0b2e6 Retry with first fetcher to avoid fallback on resume 2025-09-04 21:42:15 +02:00
Martin Aeschlimann
f52be6a9d7 Disable loading schemas from http/s in untrusted workspaces (#265176) 2025-09-04 15:56:18 +00:00
Alexandru Dima
2617e6ca16 Add proposed API for code and model inline completions unification (#265101)
* Add proposed API for code and model inline completions unification

* Remove the assertion from the event

* Allow api tests to use new API
2025-09-04 11:23:57 +02:00