Commit Graph

34 Commits

Author SHA1 Message Date
Alex Dima c30ffc4a7e Fix problem with duplicated entry points 2021-11-09 23:41:02 +01:00
Alex Dima 41d6fc7e3a Create extension host processes from a node worker in the main process 2021-10-25 15:39:26 +02:00
Benjamin Pasero be58a3560e First cut experimental setting to run file watchers from shared process worker (#132282) 2021-10-15 10:22:24 +02:00
Jackson Kearl f960768ab0 Use editor worker module description rather then module description
Closes #2408
2021-09-28 09:03:13 -07:00
Jackson Kearl 7b4fd0b65b Adopt webworker search for local files in browser (#133366)
* Revert "Revert commits intended for PR"

This reverts commit f01d9ab212.

* Publicise getHandle rather than getDirectoryHandle

* Restore languagedetection export

* Try more targetted fix for overquerying

* Handle webworker search errors
2021-09-20 07:19:53 -07:00
Jackson Kearl f01d9ab212 Revert commits intended for PR 2021-09-17 23:19:35 -07:00
Jackson Kearl 5ed5a40e79 Move search to webworker 2021-09-17 23:11:36 -07:00
Alex Dima b3ae959c76 Avoid duplicating modules in worker bundles 2021-08-13 18:04:11 +03:00
Alex Dima fff6737349 Reduce duplication of createModuleDescription 2021-08-13 17:59:46 +03:00
Tyler James Leonhardt cfcda1c048 Improve performance of language detection (#130006)
* initial move to worker

* move event handling to the untitledTextEditorModel

* reuse simpleWorker interfaces and classes

* use correct path to languageDetection

* have vscode-languagedetection be outside of the asar

* add telemetry

* don't unpackage anything from languagedetection because it's not needed

* add an integration test

* some of Ben's feedback

* rework worker code to avoid duplication

* add isDisposed check

* fix test

* Isi and Ben feedback part 2

* use RunOnceScheduler instead and try to fix the test using events

* Ben feedback part 3

* bump distro
2021-08-06 11:56:14 -07:00
Alex Dima 1cad5ab365 Prepend vs/nls to workerMain.js (fixes #111599) 2020-12-02 11:15:13 +01:00
rebornix 55e368c912 bundle the worker. 2020-08-25 10:07:27 -07:00
Johannes Rieken f6daf19f9a debt - remove unused service workr 2019-09-06 11:54:13 +02:00
Benjamin Pasero f90b40fdae debt - clean up buildfiles (#79914) 2019-08-27 14:59:31 +02:00
Johannes Rieken 3e25e2688f build - have different worker extension host entrypoint, copy worker bootstrap file 2019-08-19 11:38:13 +02:00
Johannes Rieken 81b873bb6e make sure to prepend vs/nls 2019-08-16 09:36:00 +02:00
Johannes Rieken a42484093f add extensionHostWorker entry point, fixes https://github.com/microsoft/vscode-internalbacklog/issues/738 2019-08-14 18:07:10 +02:00
SteVen Batten 4106fe8259 merge conflicts 2019-08-12 09:52:13 -07:00
Benjamin Pasero bf94bedcfe build - workbench.main => workbench.desktop.main 2019-08-12 12:06:44 +02:00
Johannes Rieken d75caf044e include service worker in build 2019-07-04 14:50:57 +02:00
Benjamin Pasero c255f9efba web - first cut API 2019-06-17 10:02:50 +02:00
Benjamin Pasero 4b5c68c1bd web - scaffold a basic dev setup via "yarn web" 2019-05-09 13:13:27 +02:00
Benjamin Pasero cb71a9f7f8 💄 build files 2019-03-14 12:25:42 +01:00
Erich Gamma 5e41d2aafb enable checkJS 2018-02-01 14:39:12 +01:00
Benjamin Pasero e69b79bdb4 debt - move workbench.main into workbench folder 2017-07-03 16:42:29 +02:00
Benjamin Pasero 7f7c5703ba move workbench.main.* into electron-browser namespace 2016-11-10 15:20:06 +01:00
Alex Dima b457326a02 Remove no longer used code (due to vs/languages removal) 2016-10-07 17:55:50 +02:00
Alex Dima cf6b4b5661 Remove the rest of vs/languages 2016-10-07 16:57:11 +02:00
Martin Aeschlimann 96f1f812e8 Remove legacy JSON 2016-06-26 12:54:17 +02:00
Alex Dima 90eb74e313 Delete code that was extracted to other repos 2016-06-08 10:17:51 +02:00
Alex Dima 545af1f16c Remove vs/text loader plugin 2016-05-23 20:03:41 +02:00
Joao Moreno ca4519a3b2 workbench/electron-main -> code/electron-main 2016-05-02 16:05:37 +02:00
Dirk Baeumer a5976acb36 Fully remove JS and TS from the VSCode. Only keep extensions. 2016-02-17 16:42:22 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00