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
diff options
context:
space:
mode:
authorBenjamin Pasero <benjamin.pasero@microsoft.com>2021-10-15 11:22:17 +0300
committerBenjamin Pasero <benjamin.pasero@microsoft.com>2021-10-15 11:22:24 +0300
commitbe58a3560e6272407fa45055230075fe4d478b4a (patch)
treefb6474122d49db7ca01c428a8c261d5bc117f7d5 /src/tsec.exemptions.json
parent7c61ce575f9d11900bd1d615061a35056bbe9748 (diff)
First cut experimental setting to run file watchers from shared process worker (#132282)
Diffstat (limited to 'src/tsec.exemptions.json')
-rw-r--r--src/tsec.exemptions.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tsec.exemptions.json b/src/tsec.exemptions.json
index c9f75c2384f..fbb798ca0e3 100644
--- a/src/tsec.exemptions.json
+++ b/src/tsec.exemptions.json
@@ -28,7 +28,8 @@
],
"ban-worker-calls": [
"vs/base/worker/defaultWorkerFactory.ts",
- "vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts"
+ "vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts",
+ "vs/platform/sharedProcess/electron-browser/sharedProcessWorkerService.ts"
],
"ban-domparser-parsefromstring": [
"vs/base/test/browser/markdownRenderer.test.ts"