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
* avoid console warnings when starting the extension on windows
elixir -e ""
crashes on windows with
** (TokenMissingError) nofile:1:3 missing terminator: "...
* properly transform URI to path
fixes debugger not starting on windows due to cwd being of invalid form
/c%3A/some/folder
0 commit comments