Browse Source

add git-worktree-menu settings

Yuki Takei 6 months ago
parent
commit
097baf94c6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -96,6 +96,7 @@
     {
     {
       "text": "Always write commit messages in English."
       "text": "Always write commit messages in English."
     }
     }
-  ]
+  ],
+  "git-worktree-menu.worktreeDir": "/workspace"
 
 
 }
 }