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
When the VS Code setting moon.binPath starts with a tilde (~), then Workspace.findMoonBin method mishandles this path as it treats it as a "regular" relative path and prepends a root path to it.
For example ~/.proto/shims/moon becomes /Users/patrik/projects/foo/~/.proto/shims/moon
The text was updated successfully, but these errors were encountered:
patrik-simunic-cz
changed the title
[VSCode extension] findMoonBin mishandles home directory path ("~")
[VS Code] findMoonBin mishandles home directory path ("~")
Feb 19, 2025
When the VS Code setting
moon.binPath
starts with a tilde (~
), thenWorkspace.findMoonBin
method mishandles this path as it treats it as a "regular" relative path and prepends a root path to it.For example
~/.proto/shims/moon
becomes/Users/patrik/projects/foo/~/.proto/shims/moon
The text was updated successfully, but these errors were encountered: