spec.ts
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user