From 33753621fe5254486ab5e1efa4df3eaa257b0d9f Mon Sep 17 00:00:00 2001 From: "Lockszmith (@VAST)" Date: Tue, 25 Feb 2025 09:31:09 -0500 Subject: [PATCH] Add home dir to chemoi vscode workspace --- .../_workspaces/🏡chezmoi.code-workspace | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _home.macos/dot_vscode/_workspaces/🏡chezmoi.code-workspace diff --git a/_home.macos/dot_vscode/_workspaces/🏡chezmoi.code-workspace b/_home.macos/dot_vscode/_workspaces/🏡chezmoi.code-workspace new file mode 100644 index 0000000..d2ed564 --- /dev/null +++ b/_home.macos/dot_vscode/_workspaces/🏡chezmoi.code-workspace @@ -0,0 +1,19 @@ +{ + "folders": [ + { + "name": "chezmoi 🏡", + "path": "../../.local/share/chezmoi" + }, + { + "name": "~/.config/chezmoi", + "path": "../../.config/chezmoi" + }, + { + "path": "." + }, + { + "path": "../.." + } + ], + "settings": {} +} \ No newline at end of file