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
{{ message }}
This repository was archived by the owner on Jun 10, 2026. It is now read-only.
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
When the VS Code setting
moon.binPathstarts with a tilde (~), thenWorkspace.findMoonBinmethod mishandles this path as it treats it as a "regular" relative path and prepends a root path to it.For example
~/.proto/shims/moonbecomes/Users/patrik/projects/foo/~/.proto/shims/moon