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
For example, my workspace is: C:\Users\Trung\Workspace\TypeScript\edamagit\, and somehow passing the argument ${currentInstancePath} will open the file UsersTrungWorkspaceTypeScriptedamagit like below:
Please advise how to fix it?
The text was updated successfully, but these errors were encountered:
Hi,
I use VSCode on Windows and encountered recently that the PR #302 opens unwanted file along with the commit message file.
The root cause is due to the code at line 137, an unwanted file is opened due to the argument
${currentInstancePath}
For example, my workspace is:
C:\Users\Trung\Workspace\TypeScript\edamagit\
, and somehow passing the argument${currentInstancePath}
will open the fileUsersTrungWorkspaceTypeScriptedamagit
like below:Please advise how to fix it?
The text was updated successfully, but these errors were encountered: