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-01-28copy & continue. Fixes microsoft/vscode-internalbacklog#2613Tyler Leonhardt
2022-01-26Bump node-fetch from 2.6.1 to 2.6.7 in /extensions/github-authentication (#14...dependabot[bot]
2022-01-20Fix compilationLogan Ramos
2022-01-19Move to @vscode/extension-telemetryLogan Ramos
2022-01-17Bump follow-redirects in /extensions/github-authentication (#140797)dependabot[bot]
2022-01-10Add proper error message on getUserInfo (#140277)svennergr
2021-12-28Update vscode extension telemetry modulesLogan Ramos
2021-12-21ensure we treat scopes sorted and we only return a single session since GH o...Tyler Leonhardt
2021-12-16Use device flow over PAT when we are running in a server full environment but...Tyler James Leonhardt
2021-12-08Add messages for rejected promisesTyler 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-12Bump axiosRaymond Zhao
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-10-25remove keytar fallback in keychain and add a ton more logging to microsoft au...Tyler Leonhardt
2021-10-21Fix typo in PAT auth flow error messageJoyce Er
2021-10-11no hack is better hackJoão Moreno
2021-10-08include insiders.vscode in nocorsTyler Leonhardt
2021-10-01Bump telemetry moduleLogan Ramos
2021-09-24make sure we splice the sessions if they have the same set of scopes for gith...Tyler Leonhardt
2021-09-23Update extension telemetry moduleLogan Ramos
2021-09-21Fix #133493Logan Ramos
2021-09-01remove web extension kind in builtin extensionsSandeep Somavarapu
2021-08-27Update built in extensions telemetryLogan Ramos
2021-08-27Bump extension telemetry moduleLogan Ramos
2021-08-17refactor github auth to be a bit simpler. Remove PAT for GitHub auth since Se...Tyler Leonhardt
2021-08-10Update extension telemetry moduleLogan Ramos
2021-08-09Update extension telemetry moduleLogan Ramos
2021-08-04delete extra afterTokenLoadTyler Leonhardt
2021-08-04no longer call /user to verify tokensTyler Leonhardt
2021-08-02Bump telemetry module to fix packagingLogan Ramos
2021-08-02Fix #129727Logan Ramos
2021-07-29Fix #129474Logan Ramos
2021-07-26Update to the latest extension moduleLogan Ramos
2021-07-24Add a bunch of logging to github-authenticationTyler Leonhardt
2021-07-23update auth extensions to use packageJSON property insteadTyler Leonhardt
2021-07-23maintain promise instead in github-auth to ensure the exp service doesn't get...Tyler Leonhardt
2021-07-23lazily load experimentation service in github-authenticationTyler Leonhardt
2021-07-23remove unused variableTyler Leonhardt
2021-07-23Rework github authentication extension to make less HTTP requests.Tyler Leonhardt
2021-07-21Fix typo in github-authentication/github.ts (#129100)VocalTrance
2021-07-09Merge branch 'main' into joh/webpack5Martin Aeschlimann
2021-07-09Add scopes property to login telemetry (#128261)Tyler James Leonhardt
2021-07-08adopt web extensions to webpack 5Martin Aeschlimann
2021-07-07add useful readmes for the auth providers fixes #127688 fixes #127689Tyler Leonhardt
2021-06-30sort scopes on filter for getSessions in the github auth provider. Fixes http...Tyler Leonhardt
2021-06-29just return if the acceptedStates don't match fixes #126084Tyler Leonhardt
2021-06-29add additional logging around github authTyler Leonhardt