Improved VSC settings
This commit is contained in:
parent
706f3e6131
commit
061c6cf551
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -17,7 +17,11 @@
|
|||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"components/": true,
|
"components/": true,
|
||||||
"**/*.svg": true,
|
"**/*.svg": true,
|
||||||
"**/*.html": true
|
"**/*.html": true,
|
||||||
|
"**/*.opus": true,
|
||||||
|
"**/*.ogg": true,
|
||||||
|
"**/*.m4a": true,
|
||||||
|
"**/*.webm": true,
|
||||||
},
|
},
|
||||||
"[jade]": {
|
"[jade]": {
|
||||||
"files.trimTrailingWhitespace": false
|
"files.trimTrailingWhitespace": false
|
||||||
|
Loading…
Reference in New Issue
Block a user