Commit Graph

779 Commits

Author SHA1 Message Date
João Moreno
8e2ec5a7ee Revert "remove UpdateMode policy (#150357)" (#152155)
This reverts commit 73dda0c06a.
2022-06-15 07:56:48 +00:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Martin Aeschlimann
07655f3a23 use remote cli when in remote terminal (#150372) 2022-05-25 16:21:16 +02:00
João Moreno
73dda0c06a remove UpdateMode policy (#150357) 2022-05-25 05:42:17 -07:00
Alexandru Dima
fc9732a683 Spawn the extension host directly from the main process because fork() is now fast again (#150002) 2022-05-20 08:10:39 +00:00
João Moreno
5854ef865c Generate policies again (#149322)
* Generate ADMX/ADML policy declaration files from static analysis

Fixes: #148941

* fix build

* move to optional dependencies
2022-05-12 09:16:03 +02:00
Joyce Er
ba8ced85c5 Revert "Generate ADMX/ADML policy declaration files from static analysis" (#149194)
This reverts commit dcfe6b3b84.
2022-05-10 16:30:34 -07:00
João Moreno
dcfe6b3b84 Generate ADMX/ADML policy declaration files from static analysis
Fixes: #148941
2022-05-10 13:17:05 +02:00
Joao Moreno
882fdd77b2 include policies in win32 2022-04-20 16:34:41 +02:00
Benjamin Pasero
c4cdb552a5 Remove legacy smoke test driver (#147393)
* wip

* fix imports

* more lipstick

* fix?

* fix
2022-04-13 19:19:58 +02:00
Daniel Imms
2687b53d77 Get zsh shell integration working again (#143963)
ZDOTDIR/.zshrc is now created manually on the pty host

Fixes #143629
2022-02-25 11:19:19 -06:00
meganrogge
5b43e2a0d3 remove * from path 2022-02-18 12:39:55 -06:00
meganrogge
9b928a29e6 fix #143389 2022-02-18 10:49:56 -06:00
Dirk Bäumer
432349e1eb Merge pull request #142077 from microsoft/dbaeumer/stripComments
Move strip comments into own module and write tests
2022-02-07 09:24:27 +01:00
Logan Ramos
4b5865990f Update build gulp file 2022-02-04 15:31:13 -05:00
Dirk Baeumer
6132f8a521 Add stripComments to the vscodeResources 2022-02-03 15:57:14 +01:00
Alex Dima
87140b9f95 Move extensionHostProcess.ts to /workbench/api/ (#141003) 2022-01-31 15:58:39 +01:00
Martin Aeschlimann
d9f91002d4 wsl code: pass SERVERDATAFOLDER 2022-01-24 14:43:43 +01:00
Rob Lourens
fdb52b8b3a Adopt @vscode/ripgrep 2022-01-11 15:14:43 -08:00
Henning Dieterichs
13655086ca audio cues: webm -> opus 2022-01-11 15:58:38 +01:00
Henning Dieterichs
c8bf01c51c Includes *.webm files in vscode resources so that audio files are included in the installer. 2022-01-10 14:41:38 +01:00
Daniel Imms
c2740e2b48 Add pwsh shell integration script
Part of #139397
2022-01-07 10:35:24 -08:00
Jean Pierre
556ce85c82 Fixes #137568 (#137570) 2021-11-24 04:42:44 -08:00
João Moreno
6f2ad1994c More RBAC usage (#137579)
* ci: 👷 remove secret references

* inline web storage account

* remove unused reference

* inline storage accounts

* formatting

* formatting

* drop ticino-storage-key, web-storage-key

* remove leftovers

* fix build

* fix build

* catch errors on all upload* scripts

* bump gulp-azure-storage
2021-11-20 09:01:39 -08:00
Alexandru Dima
37794dfd2c Merge pull request #135774 from microsoft/alex/main-process-extension-host
Create extension host processes from a node worker in the main process
2021-11-11 17:51:25 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +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
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