Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 29.08.2025 40 коммитов
-
-
meganrogge создал
-
meganrogge создал
-
meganrogge создал
-
meganrogge создал
-
Megan Rogge создал
-
meganrogge создал
-
Tyler James Leonhardt создал
-
meganrogge создал
-
Megan Rogge создал
-
Megan Rogge создал
-
meganrogge создал
-
meganrogge создал
-
Alexandru Dima создал
-
meganrogge создал
-
Sandeep Somavarapu создал
-
-
Sandeep Somavarapu создал
-
Robo создал
-
João Moreno создал
* Refactor artifact publishing steps to use a common template across all build configurations * Refactor conditions in publish artifact template * typo * whops * fix msg * hm
-
Benjamin Pasero создал
-
Martin Aeschlimann создал
-
Copilot создал
* Initial plan * Add v1.0 Entra ID support and optimize MCP discovery for Microsoft endpoints Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Add tests for v1.0 authorization server support
Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Address code review feedback: remove redundant tests and Microsoft-specific logic
Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> -
-
-
Benjamin Pasero создал
-
Tyler James Leonhardt создал
Also, removes the redirectUri from acquireTokenSilent because MSAL was throwing because of it.
-
-
Tyler James Leonhardt создал
Handle authority in acquireTokenByRefreshToken This fixes the migration logic for clients that that moving from MSAL to MSAL+Broker
-
-
Bhavya U создал
fix: improve built-in agent and tool registration logic based on installation and entitlement state (#263942)
-
https://github.com/microsoft/vscode/issues/263519Josh Spicer создал
* hide chat footer (https://github.com/microsoft/vscode/issues/263519) * add css
-
-
Peng Lyu создал
-
Josh Spicer создал
-
Tyler James Leonhardt создал
-
Osvaldo Ortega создал
-
Justin Chen создал
* better reasoning rendering * settings cleanup * another settings update, changing defaults * some more cleanup, no more helper func
-
Osvaldo Ortega создал
-
Ross Wollman создал
* fix: confirm response based on promise When using the new `workbench.action.chat.open.blockOnResponse` feature, if the VSC instance was in auto-approve mode, it was observed that the command was resolving before the tool finished invocation. This resulted in a race betwee sync and async code: ``` if (!this._confirmationMessages) { // No confirmation needed this._isConfirmed = { type: ToolConfirmKind.ConfirmationNotNeeded }; this._confirmDeferred.complete(this._isConfirmed); } ``` and then the check for confirmation in `isConfirmed`. * remove _isConfirmed in favor of always the promise -
bluedog13 создал
Include resource parameter in token exchange requests for OAuth2 flow to comply with RFC 8707. The resource indicator was previously only included in the authorization request but missing from both the authorization code and refresh token exchange requests. This fix ensures that when a resource is specified in the metadata, it is consistently included in all OAuth2 requests: - Authorization request (already implemented) - Authorization code for token exchange (now fixed) - Refresh token exchange (now fixed) Fixes #261364 Co-authored-by:
Gautam <gautam.goudar@carvana.com>
Co-authored-by:
Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
-