We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437b896 commit e1a9c55Copy full SHA for e1a9c55
1 file changed
.vscode/settings.json
@@ -3,7 +3,8 @@
3
"files.exclude": {
4
"out": false, // set this to true to hide the "out" folder with the compiled JS files
5
"**/*.pyc": true,
6
- "**/__pycache__": true
+ "**/__pycache__": true,
7
+ "node_modules": true
8
},
9
"search.exclude": {
10
"out": true // set this to false to include "out" folder in search results
@@ -14,6 +15,6 @@
14
15
"python.formatting.formatOnSave": false,
16
"python.unitTest.promptToConfigure": false,
17
"python.workspaceSymbols.enabled": false,
- "python.pythonPath": "/Users/donjayamanne/Projects/PythonEnvs/p27/bin/python",
18
- "python.formatting.provider": "yapf"
+ "python.pythonPath": "/Users/donjayamanne/Projects/PythonEnvs/p27/bin/python",
19
+ "python.formatting.provider": "yapf"
20
}
0 commit comments