We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1ca8c commit 5326a3bCopy full SHA for 5326a3b
1 file changed
.vscode/settings.json
@@ -79,10 +79,10 @@
79
"xutility": "cpp"
80
},
81
"files.exclude": {
82
- "src\\winapp-VSC\\out": false // set this to true to hide the "out" folder with the compiled JS files
+ "src/winapp-VSC/out": false // set this to true to hide the "out" folder with the compiled JS files
83
84
"search.exclude": {
85
- "src\\winapp-VSC\\out": true // set this to false to include "out" folder in search results
+ "src/winapp-VSC/out": true // set this to false to include "out" folder in search results
86
87
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
88
"typescript.tsc.autoDetect": "off"
0 commit comments