Przeglądaj źródła

add git-worktree-menu settings

Yuki Takei 7 miesięcy temu
rodzic
commit
097baf94c6
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

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