Move tsc autodetect to window scope

This commit is contained in:
Matt Bierner
2017-10-27 14:27:56 -07:00
parent 031304cc81
commit be18049d0a

View File

@@ -398,7 +398,7 @@
"watch"
],
"description": "%typescript.tsc.autoDetect%",
"scope": "resource"
"scope": "window"
},
"typescript.quickSuggestionsForPaths": {
"type": "boolean",
@@ -592,4 +592,4 @@
}
]
}
}
}