Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-07Switch extensions to 1DS (#154299)Logan Ramos
2022-06-24Update extension telemetry modules (#153057)Logan Ramos
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-06add owner and comment to some telemetry events (#148752)Tyler James Leonhardt
2022-04-28more accurate naming of pagesTyler Leonhardt
2022-04-16add favicon and nonce enforcement in microsoft authTyler Leonhardt
2022-04-15Introduce removeSessionByIToken to remove sessions that aren't in this._token...Tyler Leonhardt
2022-04-14don't surface error on gets and remove microsoft secret migration. Fixes #146553Tyler Leonhardt
2022-03-21depend on stable vscode.dev for auth extensionsTyler Leonhardt
2022-03-19use global URLSearchParamsTyler Leonhardt
2022-03-18Update telemetry moduleLogan Ramos
2022-03-16depend on redirect route within Microsoft auth (#145263)Tyler James Leonhardt
2022-03-10chore: update to electron 17 (#143223)Robo
2022-03-04try to use an existing refresh token to get a token with the specified scopes...Tyler Leonhardt
2022-02-24chore: revert to electron@13 (#143851)Robo
2022-02-21include profile for specific claims in idtoken. Fixes #143463Tyler Leonhardt
2022-02-17ensure getSessions also asks for email and openid scopes and fix #142776Tyler Leonhardt
2022-02-09use 127.0.0.1 instead of localhostTyler Leonhardt
2022-02-08fixed settings sync has duplicate logins (#142340)Yash Goel
2022-02-08chore: update to electron 16 (#137241)Robo
2022-02-07improve logic around auth serverTyler Leonhardt
2022-02-04enable migration partsTyler Leonhardt
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-02-02large refactor including new secret storage wrapper and overall code clean up...Tyler Leonhardt
2022-01-26Bump node-fetch in /extensions/microsoft-authentication (#141536)dependabot[bot]
2022-01-25proposed api for an idToken on AuthenticationSession. ref #140929Tyler Leonhardt
2022-01-20Fix compilationLogan Ramos
2022-01-19Move to @vscode/extension-telemetryLogan Ramos
2022-01-15allow overridding of client id and tenant for microsoft authTyler Leonhardt
2021-12-28Update vscode extension telemetry modulesLogan Ramos
2021-12-16Enable no-case-declarations in codebase (#139243)Matt Bierner
2021-11-23handle 4XX errors differently from othersTyler Leonhardt
2021-11-23simplify polling when getting a network errorTyler Leonhardt
2021-11-12use `enabledApiProposals` instead of wildcard property, also update compilati...Johannes Rieken
2021-11-12split vscode.proposed.d.ts into a file per proposal, https://github.com/micro...Johannes Rieken
2021-11-12refresh more often based on clock skewTyler Leonhardt
2021-11-10Merge branch 'main' into joh/vscode-dtsJohannes Rieken
2021-11-10add additional logging and awaitingTyler Leonhardt
2021-11-09use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables t...Johannes Rieken
2021-11-09move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, https...Johannes Rieken
2021-11-08Update telemetry moduleLogan Ramos
2021-11-06wait if there's a refresh in progressTyler Leonhardt
2021-11-01await storing of token dataTyler Leonhardt
2021-10-25remove keytar fallback in keychain and add a ton more logging to microsoft au...Tyler Leonhardt
2021-10-13remove async executor of Promise ref #134873Tyler Leonhardt
2021-10-12ESlint: enable no-async-promise-executor (#134873)Benjamin Pasero
2021-10-01Bump telemetry moduleLogan Ramos
2021-09-25update randombytes referenceTyler Leonhardt
2021-09-23Update extension telemetry moduleLogan Ramos
2021-09-01remove web extension kind in builtin extensionsSandeep Somavarapu