Skip to content

Commit e1a9c55

Browse files
committed
hide node modules
1 parent 437b896 commit e1a9c55

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"files.exclude": {
44
"out": false, // set this to true to hide the "out" folder with the compiled JS files
55
"**/*.pyc": true,
6-
"**/__pycache__": true
6+
"**/__pycache__": true,
7+
"node_modules": true
78
},
89
"search.exclude": {
910
"out": true // set this to false to include "out" folder in search results
@@ -14,6 +15,6 @@
1415
"python.formatting.formatOnSave": false,
1516
"python.unitTest.promptToConfigure": false,
1617
"python.workspaceSymbols.enabled": false,
17-
"python.pythonPath": "/Users/donjayamanne/Projects/PythonEnvs/p27/bin/python",
18-
"python.formatting.provider": "yapf"
18+
"python.pythonPath": "/Users/donjayamanne/Projects/PythonEnvs/p27/bin/python",
19+
"python.formatting.provider": "yapf"
1920
}

0 commit comments

Comments
 (0)