Add initial workspace configuration for Vault and Linux Files

This commit is contained in:
2026-01-02 20:53:00 +01:00
parent 687b7be215
commit 8105976066

13
vault.code-workspace Normal file
View File

@@ -0,0 +1,13 @@
{
"folders": [
{
"name": "Vault",
"path": "."
},
{
"name": "Linux Files",
"path": "../linux-files"
}
],
"settings": {}
}