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-10-24Analyse profiles in worker thread (#164468)Johannes Rieken
2022-09-21Build: bundle / concat entry points (#161161)Benjamin Pasero
2022-09-16Revert "Use `esbuild` to bundle some CommonJS main files (#160957)" (#161118)Benjamin Pasero
2022-09-16Use `esbuild` to bundle some CommonJS main files (#160957)Benjamin Pasero
2022-06-22Allow nls in the base worker (#152887)Tyler James Leonhardt
2022-06-16Bring the nls loader plugin into our sources (#152338)Alexandru Dima
2022-06-15Improve error message when a module cannot be bundled and exclude vs/nls from...Alexandru Dima
2022-05-20Spawn the extension host directly from the main process because fork() is now...Alexandru Dima
2022-04-13Remove legacy smoke test driver (#147393)Benjamin Pasero
2022-03-02Debt: inline module ids instead of having some of them spread outAlex Dima
2022-01-31Move `extensionHostWorker.ts` to `/workbench/api/` (#141003)Alex Dima
2021-11-10Fix problem with duplicated entry pointsAlex Dima
2021-10-25Create extension host processes from a node worker in the main processAlex Dima
2021-10-15First cut experimental setting to run file watchers from shared process worke...Benjamin Pasero
2021-09-28Use editor worker module description rather then module descriptionJackson Kearl
2021-09-20Adopt webworker search for local files in browser (#133366)Jackson Kearl
2021-09-18Revert commits intended for PRJackson Kearl
2021-09-18Move search to webworkerJackson Kearl
2021-08-13Avoid duplicating modules in worker bundlesAlex Dima
2021-08-13Reduce duplication of `createModuleDescription`Alex Dima
2021-08-06Improve performance of language detection (#130006)Tyler James Leonhardt
2020-12-02Prepend `vs/nls` to `workerMain.js` (fixes #111599)Alex Dima
2020-08-25bundle the worker.rebornix
2019-09-06debt - remove unused service workrJohannes Rieken
2019-08-27debt - clean up buildfiles (#79914)Benjamin Pasero
2019-08-19build - have different worker extension host entrypoint, copy worker bootstra...Johannes Rieken
2019-08-16make sure to prepend vs/nlsJohannes Rieken
2019-08-14add `extensionHostWorker` entry point, fixes https://github.com/microsoft/vsc...Johannes Rieken
2019-08-12merge conflictsSteVen Batten
2019-08-12build - workbench.main => workbench.desktop.mainBenjamin Pasero
2019-07-04include service worker in buildJohannes Rieken
2019-06-17web - first cut APIBenjamin Pasero
2019-05-09web - scaffold a basic dev setup via "yarn web"Benjamin Pasero
2019-03-14:lipstick: build filesBenjamin Pasero
2018-02-01enable checkJSErich Gamma
2017-07-03debt - move workbench.main into workbench folderBenjamin Pasero
2016-11-10move workbench.main.* into electron-browser namespaceBenjamin Pasero
2016-10-07Remove no longer used code (due to vs/languages removal)Alex Dima
2016-10-07Remove the rest of vs/languagesAlex Dima
2016-06-26Remove legacy JSONMartin Aeschlimann
2016-06-08Delete code that was extracted to other reposAlex Dima
2016-05-23Remove vs/text loader pluginAlex Dima
2016-05-02workbench/electron-main -> code/electron-mainJoao Moreno
2016-02-17Fully remove JS and TS from the VSCode. Only keep extensions.Dirk Baeumer
2015-11-13Hello CodeErich Gamma