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
2021-11-12split vscode.proposed.d.ts into a file per proposal, https://github.com/micro...Johannes Rieken
2021-11-11feed all "vscode-dts/vscode.proposed.*.d.ts" into tsc, https://github.com/mic...Johannes Rieken
2021-11-09move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, https...Johannes Rieken
2021-06-25set vscode compile target to es2020, https://github.com/microsoft/vscode/issu...Johannes Rieken
2021-04-19add @types/wicg-file-system-accessJoão Moreno
2021-02-22enable tsec tsserver pluginJohannes Rieken
2020-11-25Fixes #111309Alex Dima
2020-10-14Enable tsec language service pluginEmanuel Tesar
2020-10-05add trusted-types to types-enumerationJohannes Rieken
2020-03-10fix outDir to enable tsc-selfhosting, https://github.com/microsoft/vscode/iss...Johannes Rieken
2020-02-14remove custom d.ts-files, update tsconfig-files, fix new compile errorsJohannes Rieken
2020-01-06debt - cleanup tsconfig.jsonBenjamin Pasero
2019-12-18Update to use node 12 typings (#85578)Matt Bierner
2019-09-03Move xterm type customizations into contrib/terminalDaniel Imms
2019-09-02remove compilerOptions/lib/webworker because it conflicts with lib/dom, #80074Johannes Rieken
2019-08-30chore: update tsc targetweijiaxun
2019-08-22some tsconfig polishJohannes Rieken
2019-07-10use webworker libJohannes Rieken
2019-03-19Strict null check VS CodeMatt Bierner
2019-02-08avoid tsconfig-warning and just copy `lib.webworker.importscripts.d.ts`Johannes Rieken
2019-02-07tweak tsconfig.json (less differences, less libs)Johannes Rieken
2019-02-07fix tsconfig.json jsonJohannes Rieken
2019-02-07update tsconfigJohannes Rieken
2018-10-17Change how monaco.d.ts is generated:Alex Dima
2018-10-11Add tsconfig.strictNullChecks.jsonMatt Bierner
2018-10-04Fixing monaco build errors related to requireMatt Bierner
2018-10-03Ensure that normal tsc compile still worksMatt Bierner
2018-10-02Switch to use node module resolutionMatt Bierner
2018-07-03Exclude all build folders to make the TS file watcher calmDirk Baeumer
2018-03-07Enable alwaysStrict for srcMatt Bierner
2017-11-23set outdir in tsconfig.jsonJohannes Rieken
2017-11-07Enable noImplicitThis compiler optionMatt Bierner
2017-11-07Enabled the noUnusedLocals and added @tsignoreErich Gamma
2017-06-29fixes #29839Joao Moreno
2017-02-28Add base url to tsconfig.json (#21327)Matt Bierner
2017-02-08Use @types for a few d.ts files in src (#20157)Matt Bierner
2017-02-02Enable no implicit returns in tsconfig.jsonMatt Bierner
2016-06-23Cleanup merged settings and polish jsdocDirk Baeumer
2016-06-23Merge branch 'dbaeumer/TS9125'Dirk Baeumer
2016-06-21tsconfig : make the module resolution explicitBasarat Ali Syed
2016-06-17TypeScript builder adoptionDirk Baeumer
2016-06-08Delete code that was extracted to other reposAlex Dima
2016-03-07fix up lint errors, cleanup build folderJoao Moreno
2015-11-13Hello CodeErich Gamma