Migrate vscode settings to workspace

This commit is contained in:
Manuel Thalmann 2024-09-21 15:24:37 +02:00
parent 467aca389f
commit ba84bbf3bb
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +0,0 @@
{
"files.associations": {
"*.service": "ini",
"*.cnf": "ini"
}
}

View file

@ -15,5 +15,11 @@
"name": "winiso-valhalla", "name": "winiso-valhalla",
"path": "./winiso" "path": "./winiso"
} }
] ],
"settings": {
"files.associations": {
"*.service": "ini",
"*.cnf": "ini"
}
}
} }