PortValhalla/PortValhalla.code-workspace

32 lines
686 B
Plaintext

{
"folders": [
{
"name": "Solution Items",
"path": "."
},
{
"path": "./profiles"
},
{
"name": "archiso-valhalla",
"path": "./archiso"
},
{
"name": "winiso-valhalla",
"path": "./winiso"
}
],
"settings": {
"files.associations": {
"*.service": "ini",
"*.cnf": "ini",
"*.conf": "ini",
"*.network": "ini",
"*.socket": "ini",
"*.mount": "ini",
"**/pacman.d/hooks/*.hook": "ini",
"**/grub/*.cfg": "shellscript"
}
}
}