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-04enable `"ES2021.Promise", "ES2021.String", "ES2021.WeakRef"` as lib-dependenc...Johannes
2021-07-16no modern JavaScript for usJohannes Rieken
2021-07-15fix tsconfig libsJohannes Rieken
2021-07-09Build VS Code using TS 4.4 (#127823)Matt Bierner
2021-06-25Align lib-definition of tsconfig.base with supported browsers reality. The sm...Johannes Rieken
2021-06-23add es2020.promise to compile options, https://github.com/microsoft/vscode/is...Johannes Rieken
2021-06-08Pick up TS 4.4@next for buildingMatt Bierner
2021-04-23Enable noImplicitOverrideMatt Bierner
2020-08-26debt - remove lib.array-ext.d.ts and support Array.includes (fix #102566) (#1...Benjamin Pasero
2020-08-18Ban unreachable code. (#104521)mtaran-google
2020-03-04esNext - add ES2017.String to supported libs since it is supported everywhereJohannes Rieken
2020-03-02remove more files from typings for which we have lib.*.d.ts filesJohannes Rieken
2020-02-27Merge branch 'master' into joh/es6Johannes Rieken
2020-02-20Removes redundant flags from tsconfig (#91050)Baibhav Vatsa
2020-02-18Enable strict mode for VS Code coreMatt Bierner
2020-02-14remove custom d.ts-files, update tsconfig-files, fix new compile errorsJohannes Rieken
2019-11-12Enable `strictPropertyInitialization` (fix #78168)Benjamin Pasero
2019-08-30tsconfig :lipstick:Benjamin Pasero
2019-08-22some tsconfig polishJohannes Rieken
2019-08-09fixed minimist reference & js typingJoao Moreno
2019-07-11Remove suppressImplicitAnyIndexErrorsMatt Bierner
2019-03-25enable forceConsistentCasingInFileNamesBenjamin Pasero
2019-03-22Enable no implicit anyMatt Bierner
2019-03-19Strict null check VS CodeMatt Bierner
2018-12-08Enable strictBindCallApply for VS CodeMatt Bierner
2018-10-11Remove include and exclude from base tsconfigMatt Bierner
2018-10-11Add tsconfig.strictNullChecks.jsonMatt Bierner