added setting

This commit is contained in:
Niels Kooiman
2019-08-23 12:32:25 +02:00
parent 73f0c685ed
commit 9aed8b04bc

View File

@@ -15,5 +15,6 @@
"terminal.explorerKind": "external",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"npm.enableScriptExplorer": true,
"editor.snippetSuggestions": "top"
"editor.snippetSuggestions": "top",
"search.quickOpen.includeHistory": false
}