Add home dir to chemoi vscode workspace
This commit is contained in:
parent
bea637a7a7
commit
33753621fe
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "chezmoi 🏡",
|
||||||
|
"path": "../../.local/share/chezmoi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "~/.config/chezmoi",
|
||||||
|
"path": "../../.config/chezmoi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../.."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
Loading…
Reference in New Issue