Skip to content

Commit 83b6233

Browse files
committed
remove noise from python dev in extension
1 parent 7726f28 commit 83b6233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"out": true // set this to false to include "out" folder in search results
1010
},
1111
"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
12+
"tslint.enable": true,
13+
"python.linting.enabled": false,
14+
"python.formatting.formatOnSave": false
1315
}

0 commit comments

Comments
 (0)