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
[vscode-*] Fix open in clone project at startup (#286)
* [vscode-*] Fix open in clone project at startup
When cloning a repository ending in .git (as is usually the case) the basename command returned the wrong folder to open as workspace. Using a correct [basename](https://www.man7.org/linux/man-pages/man1/basename.1.html) should fix this
0 commit comments