mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-21 09:26:04 +00:00
Speed up vscode
This commit is contained in:
parent
96d57bfe78
commit
ed4bc3a895
1 changed files with 9 additions and 1 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -1,3 +1,11 @@
|
||||||
{
|
{
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2,
|
||||||
|
"search.exclude": {
|
||||||
|
"**/**/*.sif": true,
|
||||||
|
"**/**/build-temp-*": true
|
||||||
|
},
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/**/*.sif": true,
|
||||||
|
"**/**/build-temp-*": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue