vscode-extensions-open-in-browser
vscode-extensions-open-in-browser copied to clipboard
cannot open the correct file when path cotains " - " on windows
When I try to open a file: C:\dsad - dsad\z.html The extension will open 3 pages:
- C:/dsad
- -
- dsad/z.html
I can reproduce the bug with some paths that contain " - ".
For me, it seems to work with Chrome but not Edge? In Chrome the spaces are escaped as %20
Also seeing this on my machine.