Skip to content

Commit 5f4f15e

Browse files
committed
ignore certain features in development
1 parent 0234dcc commit 5f4f15e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
1212
"tslint.enable": true,
1313
"python.linting.enabled": false,
14-
"python.formatting.formatOnSave": false
14+
"python.formatting.formatOnSave": false,
15+
"python.unitTest.promptToConfigure": false
1516
}

0 commit comments

Comments
 (0)