add code-workspace

This commit is contained in:
2025-04-23 11:15:57 +08:00
parent b0ecf821b5
commit 50c4d20f64
2 changed files with 18 additions and 0 deletions

17
chezmoi.code-workspace Normal file
View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"name": "chezmoi",
"path": "."
},
{
"name": "chezmoi-private",
"path": "../chezmoi-private"
},
{
"name": "chezmoi-config",
"path": "../../../.config/chezmoi"
}
],
"settings": {}
}