There was an error while loading. Please reload this page.
1 parent 7726f28 commit 83b6233Copy full SHA for 83b6233
.vscode/settings.json
@@ -9,5 +9,7 @@
9
"out": true // set this to false to include "out" folder in search results
10
},
11
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
12
- "tslint.enable": true
+ "tslint.enable": true,
13
+"python.linting.enabled": false,
14
+"python.formatting.formatOnSave": false
15
}
0 commit comments