Checkout new GDScriptLanguageClient branch

This commit is contained in:
geequlim
2019-05-04 19:48:36 +08:00
parent 2ba776dc40
commit ece1f3118d
36 changed files with 292 additions and 179167 deletions

View File

@@ -6,5 +6,6 @@
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}