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:
authorHenning Dieterichs <hdieterichs@microsoft.com>2021-05-21 20:40:38 +0300
committerHenning Dieterichs <hdieterichs@microsoft.com>2021-05-21 20:40:38 +0300
commit231c155d31fafbf16dbd1cd9f0d800b2f8ebc27f (patch)
tree9e56596d4145b9b18f3905682be5a0a2ce768245 /src/tsec.exemptions.json
parent9086ecd9f08933f27bee3f780c92a591e796dde0 (diff)
Refactors the inline completion feature.
Diffstat (limited to 'src/tsec.exemptions.json')
-rw-r--r--src/tsec.exemptions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsec.exemptions.json b/src/tsec.exemptions.json
index 7333be519ae..bac5c3c4005 100644
--- a/src/tsec.exemptions.json
+++ b/src/tsec.exemptions.json
@@ -20,7 +20,7 @@
"vs/editor/browser/view/domLineBreaksComputer.ts",
"vs/editor/browser/view/viewLayer.ts",
"vs/editor/browser/widget/diffEditorWidget.ts",
- "vs/editor/contrib/inlineSuggestions/ghostTextWidget.ts",
+ "vs/editor/contrib/inlineCompletions/ghostTextWidget.ts",
"vs/editor/browser/widget/diffReview.ts",
"vs/editor/standalone/browser/colorizer.ts",
"vs/workbench/api/worker/extHostExtensionService.ts",