summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-11-21 14:22:32 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-11-21 14:22:32 +0800
commit18e1ada299918327eba5920a6c7c28393ffe7804 (patch)
tree230d6bc0ed8fb31caadf507387c04d495c8b96a0 /.vscode/settings.json
parentc5393d339bc5a67840158f5ab1c659de632278d3 (diff)
downloadlua-language-server-18e1ada299918327eba5920a6c7c28393ffe7804.zip
更新演示图
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 040cd388..4a9bab7c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,12 +1,6 @@
{
- "files.exclude": {
- "out": false // set this to true to hide the "out" folder with the compiled JS files
- },
- "search.exclude": {
- "out": true // set this to false to include "out" folder in search results
- },
- "typescript.tsdk": "./node_modules/typescript/lib",
+ "editor.insertSpaces": false,
+ "tslint.enable": true,
"typescript.tsc.autoDetect": "off",
- "npm.exclude": ["**/client", "**/server"],
- "npm.enableScriptExplorer": true
+ "typescript.preferences.quoteStyle": "single"
} \ No newline at end of file