This commit is contained in:
2023-02-03 18:36:31 -07:00
parent c02a47aa3f
commit d44cbc5d8c
2 changed files with 6 additions and 3 deletions

View File

@ -81,10 +81,13 @@
}
],
"explorer.fileNesting.patterns": {
"*.razor": "$(capture).razor.*",
"*.component.html": "$(capture).component.*",
"*": "$(capture).*"
},
"files.exclude": {
"**/.git": false
"**/.git": false,
"**/*.spec.ts": true
},
"remote.SSH.remotePlatform": {
"192.168.0.73": "linux",