You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If nothing happens when trying to open a found project it could be due to the Code command being used. To work around this issue set **gitProjectManager.codePath** to the full path of the Code command to use when launching new instances.
53
-
This configuration can be defined in 3 formats (*this was done to solve issue #7*):
54
-
55
-
**First:** Define it as a simple string, with the path to code app
56
-
57
-
//Windows
58
-
{
59
-
"gitProjectManager.codePath": "C:\\Program Files (x86)\\Microsoft VS Code\\bin\\code.cmd"
0 commit comments