Migrate vscode settings to workspace
This commit is contained in:
parent
03a80b8583
commit
36229abb36
2 changed files with 7 additions and 7 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"*.service": "ini",
|
|
||||||
"*.cnf": "ini"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -15,5 +15,11 @@
|
||||||
"name": "winiso-valhalla",
|
"name": "winiso-valhalla",
|
||||||
"path": "./winiso"
|
"path": "./winiso"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.associations": {
|
||||||
|
"*.service": "ini",
|
||||||
|
"*.cnf": "ini"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue