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-02-02Use ?. in a few more placesMatt Bierner
2022-02-01remove the last typescript-vscode-sh-plugin referencesMartin Aeschlimann
2022-02-01Allow using language override for more js/ts settingsMatt Bierner
2022-02-01Mark some JS/TS prefs as language-overridableMatt Bierner
2022-02-01Pass in doc instead of doc uriMatt Bierner
2022-02-01Pass language desc around instead of modeidMatt Bierner
2022-02-01Pass around language desc object instead of idsMatt Bierner
2022-02-01Align name of languageIds with vscode apiMatt Bierner
2022-02-01Scope JS/TS inlay hints settings per-resourceMatt Bierner
2022-01-25Remove exportMatt Bierner
2022-01-22finalize quickpick APITyler Leonhardt
2022-01-20Fix compilationLogan Ramos
2022-01-19Move to @vscode/extension-telemetryLogan Ramos
2022-01-19incorporate API feedback, https://github.com/microsoft/vscode/issues/16221Johannes Rieken
2022-01-19Avoid not null assertion and use joinPathMatt Bierner
2022-01-19Use more specific return type in providerMatt Bierner
2022-01-19Remove extra assertionsMatt Bierner
2022-01-13API: Allow to use the file watcher for aribitrary folders (#3025) (#139881)Benjamin Pasero
2022-01-11Enable passing TSServer plugins to TSServer on webMatt Bierner
2022-01-11Remove extra newline for TS Server log on webMatt Bierner
2022-01-11Use node ipc for communication with TS Server (#135341)Matt Bierner
2022-01-06Add support for office-script virtual file systemMatt Bierner
2022-01-05Fix browser ts versionMatt Bierner
2022-01-04Remove some "here" links to be more descriptiveRaymond Zhao
2021-12-28Update vscode extension telemetry modulesLogan Ramos
2021-12-17files - add a method to generate a random path name (#139364)Benjamin Pasero
2021-12-16Enable no-case-declarations in codebase (#139243)Matt Bierner
2021-12-08Allow extensions to be able to make requests to the typescript extension's ts...Orta Therox
2021-12-07Don't reject status indicator promiseMatt Bierner
2021-12-07Selective task provider activation using a new `onTaskType:` activation event...Alexandru Dima
2021-12-02Add cancel to typescript promise rejection (#138333)Alex Ross
2021-11-20Reduce usage of `allow-any-unicode-next-line`Alex Dima
2021-11-20Update setting name to be more extensible in the futureMatt Bierner
2021-11-20Add separator for TS version quick pickMatt Bierner
2021-11-20Removing gating for ts argsMatt Bierner
2021-11-20Don't send over npmLocation on webMatt Bierner
2021-11-17Fix spellingMatt Bierner
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-11move languageStatus API proposal into its own file, adopt TypeScript usage, h...Johannes Rieken
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-05Bump browser TS versionMatt Bierner
2021-11-04Enforce that source code uses a small subset of UnicodeAlex Dima
2021-11-04Replace Right Single Quotation Mark with Single QuoteAlex Dima
2021-11-04Remove typescript-vscode-sh-pluginMatt Bierner
2021-10-29Remove old experimental protocolMatt Bierner
2021-10-29Pick up TS 4.5 nightly for insidersMatt Bierner
2021-10-29Remove duplicated language-config fileMatt Bierner