From be18049d0a12c36da3ec41d4783ab58bcd2e9dcd Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Fri, 27 Oct 2017 14:27:56 -0700 Subject: [PATCH] Move tsc autodetect to window scope --- extensions/typescript/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/typescript/package.json b/extensions/typescript/package.json index 640ede8d1ab..a474b8d49dd 100644 --- a/extensions/typescript/package.json +++ b/extensions/typescript/package.json @@ -398,7 +398,7 @@ "watch" ], "description": "%typescript.tsc.autoDetect%", - "scope": "resource" + "scope": "window" }, "typescript.quickSuggestionsForPaths": { "type": "boolean", @@ -592,4 +592,4 @@ } ] } -} \ No newline at end of file +}