Add option to disable quick suggestions for js/ts paths

Fixes #35877
This commit is contained in:
Matt Bierner
2017-10-13 15:35:54 -07:00
parent 989c40066d
commit 73635a9cd3
3 changed files with 29 additions and 12 deletions

View File

@@ -393,6 +393,12 @@
],
"description": "%typescript.tsc.autoDetect%",
"scope": "resource"
},
"typescript.quickSuggestionsForPaths": {
"type": "boolean",
"default": true,
"description": "%typescript.quickSuggestionsForPaths%",
"scope": "resource"
}
}
},
@@ -571,4 +577,4 @@
}
]
}
}
}