Migrate vscode settings to workspace
This commit is contained in:
parent
03a80b8583
commit
36229abb36
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",
|
||||
"path": "./winiso"
|
||||
}
|
||||
]
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"*.service": "ini",
|
||||
"*.cnf": "ini"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue