Commit Graph

803 Commits

Author SHA1 Message Date
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
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
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
Tyler James Leonhardt
8f88009816 Initial support for language detection (#128708)
* initial language detection

* add configuration and extra event on UntitedTextEditorService

* check isWeb, use beter mode API, include model in unpacked

* typo in path
2021-07-16 16:43:23 -07:00
Matt Bierner
2222f3cc1d Switch entirely to iframe based webviews on desktop
Fixes #83188
Part of #92164

Removes our usage of the electron `<webview>` tag
2021-07-06 12:40:51 -07:00
Johannes Rieken
aacda89007 remove extensionHostWorkerMain and use workerMain bootstrapping, https://github.com/microsoft/vscode/issues/127760 2021-07-02 16:04:55 +02:00
Dirk Baeumer
efcf0eea9b Remove default support from vscode-translations-import 2021-05-31 15:40:37 +02:00
deepak1556
006be3ffb6 chore: bump node-pty@0.11.0-beta6 2021-05-13 23:10:49 +09:00
Tyler James Leonhardt
4eef854ab4 Revert "Move bing settings to its own stage (#123504)" (#123523)
This reverts commit 62c9755886.
2021-05-10 16:54:10 -07:00
Tyler James Leonhardt
62c9755886 Move bing settings to its own stage (#123504)
* move bing to linux

* add displayName
2021-05-10 12:37:16 -07:00
deepak1556
3fb483e7ff chore: bump electron@12.0.4 2021-04-16 09:14:14 -07:00
deepak1556
f95b7e935f Revert "chore: bump electron@12.0.2"
This reverts commit 79a429d92d.
2021-04-09 14:17:02 -07:00
deepak1556
79a429d92d chore: bump electron@12.0.2 2021-04-09 03:20:20 -07:00
Benjamin Pasero
8f1b7a36de sandbox - allow to reuse environment service in sandbox 2021-03-15 11:27:31 +01:00
João Moreno
4d89ae10ff fix #116523 2021-02-15 13:26:19 +01:00
João Moreno
980becda8d main rename
fixes #116341
2021-02-14 20:10:24 +01:00
Benjamin Pasero
41339cc2a0 Make user data path a AMD/CommonJS compatible thing (#116530)
* debt - move paths.js into base

* add a test

* get rid of @ts-ignore

* trigger a change

* isolate scripts with self invoking function
2021-02-12 15:49:15 +01:00
João Moreno
9cfba54681 move build/dependencies.js to typescript 2021-01-21 09:32:06 +01:00
deepak1556
bec5afa292 fix: remove unnessary asar files from mac arm64 2021-01-15 12:12:35 -08:00
João Moreno
d3e4bdb617 Merge branch 'master' into joao/wsl 2021-01-12 15:16:54 +01:00
João Moreno
af6d164f73 single compile job 2021-01-06 20:37:33 +01:00
Alexandru Dima
c1eb24b027 Load expensive node modules lazily 2020-12-22 19:55:56 +01:00
Alexandru Dima
ac6cadf8ee Fix gulpfile 2020-12-14 14:01:43 +01:00
Alexandru Dima
e56597ab7a Save 1.5 seconds from gulp startup time 2020-12-14 13:44:35 +01:00
Benjamin Pasero
428d5b1d30 proxy - remove old proxy auth dialog
//cc @joaomoreno
2020-12-07 11:38:44 +01:00
Joao Moreno
7413cc2493 yarn gulp vscode 2020-12-04 16:50:50 +01:00
Jackson Kearl
9d9ae54aa8 Add jpg to vscodeResources in order to bring gettingStarted images into the bundle 2020-12-02 11:59:20 -08:00
deepak1556
8c9dfcbcb4 fix: appName in upload-vscode-configuration task 2020-11-24 14:43:58 -08:00
deepak1556
0728b59411 fix: upload-vscode-configuration task for macOS 2020-11-24 13:13:09 -08:00
Martin Aeschlimann
8df4bc17da Merge .nativeignore and .moduleignore. Fixes #111220 2020-11-24 14:19:23 +01:00
Robo
0baf6bb9cc chore: update to electron 11 (#110759)
* chore: bump electron@11.0.0-beta.4

* build: add mac arm64 target

* chore: bump electron@11.0.1

* fix: remove macOS workaround for devtools with custom titlebar

https://github.com/electron/electron/pull/26395

* chore: bump vscode-windows-ca-certs@0.3.0

* chore: bump electron@11.0.2

* fixup! remove macOS workaround for devtools with custom titlebar
2020-11-23 15:31:03 -08:00
João Moreno
357fe395ae fix buil 2020-11-18 11:03:00 +01:00
João Moreno
8a5f6fa5ce include remote-wsl by default 2020-11-17 15:29:34 +01:00
Martin Aeschlimann
975408db6b use uploaded node_modules sourcemaps 2020-10-26 16:19:44 +01:00
Martin Aeschlimann
afb0e96b66 build: improve ignores in node_modules 2020-10-25 23:27:20 +01:00
João Moreno
47d8a25606 build vscode armhf 2020-09-08 09:41:28 +02:00
rebornix
55e368c912 bundle the worker. 2020-08-25 10:07:27 -07:00
Robo
11dc5a81ba build: include auth dialog resource (#104841) 2020-08-17 09:40:44 -07:00
Benjamin Pasero
2532ffff22 Sandboxed issue reporter, fixes #101833 2020-07-23 11:24:02 -07:00
Rachel Macfarlane
a8b8907846 Move process explorer into electron-sandbox layer, fixes #101832 2020-07-17 14:44:00 -07:00
Alex Dima
bb95f3aa40 Adopt loader's amdModulesPattern option 2020-07-07 23:30:27 +02:00
Alex Dima
b9ba96b609 Fixes #101490: Do not ship standalone editor resources 2020-07-01 16:40:05 +02:00
Benjamin Pasero
c0a4e9e84f bootstrap - add helper utility for node.js things 2020-06-24 17:43:52 +02:00
Alex Dima
5b363f0859 Package the web worker extension host 2020-06-22 10:36:14 +02:00
Benjamin Pasero
231bee5c77 sandbox - fix build 2020-05-25 12:25:59 +02:00
Benjamin Pasero
9eb99077f9 sandbox - further reduce electron dependencies 2020-05-25 09:38:05 +02:00
Benjamin Pasero
9c36a570c3 sandbox - move contextMenuService 2020-05-24 07:49:37 +02:00