Add home dir to chemoi vscode workspace
This commit is contained in:
parent
bea637a7a7
commit
33753621fe
1 changed files with 19 additions and 0 deletions
19
_home.macos/dot_vscode/_workspaces/🏡chezmoi.code-workspace
Normal file
19
_home.macos/dot_vscode/_workspaces/🏡chezmoi.code-workspace
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "chezmoi 🏡",
|
||||
"path": "../../.local/share/chezmoi"
|
||||
},
|
||||
{
|
||||
"name": "~/.config/chezmoi",
|
||||
"path": "../../.config/chezmoi"
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../.."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue