Commit Graph

16079 Commits

Author SHA1 Message Date
Christof Marti
969d35e8a5 Refer to MCP schema for "mcp" (microsoft/vscode-remote-release#11049) 2025-06-30 15:28:34 +02:00
Martin Aeschlimann
a8630509af prompt files: avoid using snippets 2025-06-28 20:50:16 +02:00
Tyler James Leonhardt
b1e40f2893 Revert "Use Code OSS GitHub client id" (#252559) 2025-06-26 18:04:50 -07:00
Lee Murray
e0233e7545 Add insiders filter support in CSS and update variables dynamically (#252488)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
2025-06-26 21:09:15 +02:00
Tyler James Leonhardt
8d05b579cc Use Code OSS GitHub client id (#252426)
To separate Code OSS & VS Code.
2025-06-25 18:58:58 +02:00
Daniel Imms
bb42ba975c Merge pull request #252323 from microsoft/tyriar/252314
Update fig specs
2025-06-25 07:22:18 -07:00
Daniel Imms
4996629093 Fix test expectations 2025-06-25 07:03:16 -07:00
Daniel Imms
c9015eb159 Update fig specs
Fixes #252314
2025-06-24 12:01:34 -07:00
Aaron Munger
4fed93462a stracktrace parser improvements (#252020)
fix stacktrace parsing
2025-06-24 07:53:42 -07:00
Megan Rogge
2e763a8c7b cache builtin commands for shells to decrease terminal completion latency (#252232) 2025-06-23 18:18:27 -04:00
Matt Bierner
c663424bcf Merge pull request #250773 from ghLcd9dG/main
Update copyFiles.ts
2025-06-23 11:34:00 -07:00
Aaron Munger
d46348a55b Revert "fix output links for IPython 9 (#248349)" (#252017)
This reverts commit e5ddb82cdc.
2025-06-21 09:40:52 +02:00
Liu
39d6463003 Update package.nls.json 2025-06-20 12:01:50 +08:00
Liu
8a599c38bf Merge branch 'main' into main 2025-06-20 11:59:35 +08:00
Don Jayamanne
bdc1dd9a7c Enable ipynb serialization (forgot to change value in code) (#251959) 2025-06-19 19:38:44 -07:00
Megan Rogge
4d25f6a7d0 make fig spec consistent with current code CLI (#251945) 2025-06-19 21:12:14 +00:00
Benjamin Pasero
b8aaad0ef8 auth - update animation (#251939) 2025-06-19 20:57:09 +02:00
Benjamin Pasero
a6c11ed472 auth - modernise local redirect page (#251895) 2025-06-19 16:56:55 +02:00
Jean Pierre
0140ab3f1b Do not check for navigator to detect web environment in built-in extensions (#251688)
Do not check for navigator to detect web environment
2025-06-18 04:37:42 +00:00
Tyler James Leonhardt
51eba2dc05 Support provider parameter in device code flow (#251767)
Not lit up on the server side, but should be ready in the next day or so.
2025-06-18 03:20:41 +02:00
Tyler James Leonhardt
559c2fa308 Use provider query parameter (#251662)
The identity team are gonna take this direction instead.
2025-06-17 18:06:36 +02:00
RedCMD
2b7ad1a13f TypeScript restrict Comment onEnterRules inside comment body (#251692)
* TypeScript: Restrict Comment onEnterRules cursor inside comment body

* TypeScript: Simply Comment onEnterRule

* polish

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-06-17 13:52:11 +00:00
Stephen Sigwart
7c43b02d62 Update indentation for PHP, JS, and TS (#251465)
* Update indentation for PHP, JS, and TS.

Addresses https://github.com/microsoft/vscode/issues/136592

- For PHP, auto-indent after `if`, `elseif`, `else if`, `while`, `for` and `foreach`. This also fixes an issue where hitting Enter on a blank line below a single line `if` (or other) results in an extra tab.
- For PHP, extra dot after `*/` and blank line.
- For JS/TS, auto-indent for `else` to be consistent with handling of `if` statements

* polish

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-06-17 09:41:12 +00:00
Don Jayamanne
4ff7a87b13 Ensure we always normalize cell source (#251670)
* Ensure we always normalize cell source

* oops
2025-06-17 05:46:59 +02:00
Tyler James Leonhardt
2fabac413d Introduce auth-provider specific props & use it for social sign in for GitHub (#251649)
ref https://github.com/microsoft/vscode/issues/251648

NOTE: the server side is not quite ready. It doesn't redirect back to VS Code properly, but this should be good to go whenever that is.
2025-06-16 23:02:36 +02:00
Copilot
5a501dcde9 Add light mode support to GitHub authentication sign-in page (#251509)
* Initial plan for issue

* Add light mode support to GitHub auth page using CSS media queries

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

* use vscode colors

---------

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-06-15 23:27:27 -07:00
Tyler James Leonhardt
5d83e82b2d Fix name branding (#251566)
* Fix name branding

Typo...

* one more fix

* move around
2025-06-16 05:41:57 +00:00
Liu
47871a8cb3 Merge branch 'main' into main 2025-06-16 02:17:50 +08:00
Tyler James Leonhardt
9cbcaa893f Bring in branding when built (#251451)
* Bring in branding when built

Since we shouldn't have "Visual Studio Code" in this OSS repo.

* fix test
2025-06-13 16:41:29 -07:00
Martin Aeschlimann
20b6940340 Use [markdown] default overrides for instructions, prompts and chat modes (#251378) 2025-06-13 13:08:10 -07:00
Megan Rogge
1ee09e98f0 support showing symlimk details in terminal suggest (#251296) 2025-06-13 17:36:29 +00:00
Ladislau Szomoru
ea92c32109 Git - fix race condition with computing teh branch base (#251374) 2025-06-13 13:41:51 +02:00
Tyler James Leonhardt
31620a3dec Have Loopback Server flow redirect back to VS Code and make it the primary flow (#251333)
* Have Loopback Server flow redirect back to VS Code and make it the primary flow

Fixes https://github.com/microsoft/vscode/issues/250086

* Fix test

* Fix test

* Fix other test
2025-06-13 08:14:41 +02:00
Daniel Imms
2f7cd441c0 Don't revive URI before sending from ext to main
Fixes #235331
2025-06-12 12:58:58 -07:00
Ladislau Szomoru
9913e0238a GitHub - cleanup octokit auth (#251266)
Refactor auth
2025-06-12 12:41:33 +02:00
heoh
53a4ef7018 Fix markdown preview scroll crawls at EOF (fix #249278) 2025-06-12 03:56:11 +09:00
Megan Rogge
d1d6762ca8 support builtin commands for git bash (#251216)
fix #248558
2025-06-11 19:24:01 +02:00
Megan Rogge
defae8c9c0 provide proper URIs for remotes so suggest works for those envs (#251129)
fix wsl suggestions
2025-06-11 17:44:31 +02:00
Benjamin Pasero
13d49873b7 Support setting encoding from extension (fix #251188) (#251195) 2025-06-11 12:15:35 +02:00
Aaron Munger
fa298e0de0 skip flaky test (#251158) 2025-06-10 15:50:26 -07:00
Megan Rogge
b1cd91be02 de-dupe terminal suggest commands for which there are specs (#251142)
fix #244918
2025-06-10 14:18:20 -07:00
Aaron Munger
10066c9ec3 more certainty for resuming the paused emitter (#251130) 2025-06-10 12:30:54 -07:00
Megan Rogge
9641957a60 add multi-command support for terminal suggest (#250910) 2025-06-10 19:18:45 +00:00
Johannes Rieken
1a2bacb0a0 make sure the API doesn't allow to set an empty selections array (#251010)
re https://github.com/microsoft/vscode-copilot/issues/18075
2025-06-09 08:23:22 -07:00
Enzo Nunes
d9145a291d Fix line comment action for makefiles (Fixes #234464) (#243283)
* Fix line comment action for makefiles (Fixes #234464)

Pass languageId to _analyzeLines to distinguish makefiles
from the rest of the languages.

Add test to _analyzeLines specifically for makefiles.

* Remove hardcoded string. Apply fix at LanguageConfigurationService. Add comment rule to specify fixed column token placement. Change test scope to test line command instead of just testing the _analyzeLines method.

* change added field to use bool instead of user-chosen offset

* add check to remove comment detection

* add check to following space removal

* update branch. add config interface for new noindent option. adapt existing logic for new config format.

* fix small issue with following space removal

* polish

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-06-06 11:22:37 +02:00
Liu
e741ef491b Update copyFiles.ts 2025-06-06 02:43:21 +08:00
Tyler James Leonhardt
89fbfc20ab Fix race condition in unregistering authentication providers (#250667)
A minimal change for endgame.
2025-06-04 13:35:13 -07:00
Ladislau Szomoru
39500b94ef GitHub - fix auth regression (#250556)
* Revert "GitHub - fix regression in `getOctokitGraphql()` (#249355)"

This reverts commit 3381c264e1.

* Fix graphql client caching
2025-06-03 13:13:53 -07:00
Martin Aeschlimann
dc3a870478 Unresolved setting id in html setting (#248220) 2025-06-03 08:26:07 +00:00
Tyler James Leonhardt
c235626145 issuer -> authorizationServer refactor (#250359)
* `issuer` -> `authorizationServer` refactor

Also:
* adds `authorizationServerGlobs` to the authentication contribution schema
* removes ugly MCP issuer hack and instead plumbs the authorizationServer down to the new auth providers
2025-06-02 17:38:21 -07:00