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-06-08code cache - cleanup in prep for chrome based code loadingBenjamin Pasero
2021-01-11Prefix all `performance.mark` calls with `code/`Alex Dima
2021-01-07Revert "better fix for https://github.com/microsoft/vscode/issues/113852"Johannes Rieken
2021-01-07better fix for https://github.com/microsoft/vscode/issues/113852Johannes Rieken
2020-12-15Collect and deliver perf marks from extension hosts (#112552)Alexandru Dima
2020-11-19Better loader configuration for nodejs processesAlex Dima
2020-11-10fix buildBenjamin Pasero
2020-11-09debt - fix compile errors in bootstrap filesBenjamin Pasero
2020-09-25debt - introduce and adopt FileAccessBenjamin Pasero
2020-09-22sandbox - consolidate fileUriFromPath into oneBenjamin Pasero
2020-07-20Enable sandbox and contextIsolation for process explorer when running with --...Benjamin Pasero
2018-11-27only set nodeCachedData-prop when having a dir, #60332Johannes Rieken
2018-11-27adopt new loader, make sure each loader instance has a static seed so that fi...Johannes Rieken
2018-10-02perf - simplify cached data env var (enabled cached data for the extension host)Johannes Rieken
2018-09-07@ts-check for bootstrap JS filesBenjamin Pasero
2018-09-07Cleanup bootstrap files (#58171)Benjamin Pasero
2018-08-24tweak all those copies of uriFromPath, #56691Johannes Rieken
2018-07-19Fixes #54550: Define `fs` as `original-fs` only when running in ElectronAlex Dima
2018-07-17ensure original-fs is used in all our AMD code (#54468)Benjamin Pasero
2018-07-03Add support to regenerate nsl cache if corrupted.Dirk Baeumer
2018-04-04driver as a standalone moduleJoao Moreno
2018-01-25Add support for Language PacksDirk Baeumer
2016-12-21use nodeCachedData for main process, #17108Johannes Rieken
2016-08-17remove unused path.joinJoao Moreno
2016-02-12fix bootstrapJoao Moreno
2016-02-12export bootstrap from bootstrap-amdJoao Moreno
2016-02-09remove unused requiresJoao Moreno
2016-02-09refactgor bootstrap-amdJoao Moreno
2016-02-09refactor bootstrapJoao Moreno