Skip to content

Commit 5326a3b

Browse files
Update .vscode/settings.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d1ca8c commit 5326a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"xutility": "cpp"
8080
},
8181
"files.exclude": {
82-
"src\\winapp-VSC\\out": false // set this to true to hide the "out" folder with the compiled JS files
82+
"src/winapp-VSC/out": false // set this to true to hide the "out" folder with the compiled JS files
8383
},
8484
"search.exclude": {
85-
"src\\winapp-VSC\\out": true // set this to false to include "out" folder in search results
85+
"src/winapp-VSC/out": true // set this to false to include "out" folder in search results
8686
},
8787
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
8888
"typescript.tsc.autoDetect": "off"

0 commit comments

Comments
 (0)