Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
Asher a5c35af81b
Fix encoding issues with folder and workspace params
The raw value is now passed back to VS Code so it can do the parsing
with its own URI class rather than trying to parse using Node's url
module first since that has no guarantee of working the same way. It
also lets us keep the vscode-remote bit internal to VS Code.

Removed the logic that keeps trying paths until it finds a valid one
because it seems confusing to open a path and silently get some other
path instead of an error for the one you tried to open. Now it'll just
use exactly what you specified or fail trying.

Fixes #1488. The problem here was that url.parse was encoding the spaces
then the validation failed looking for a literal %20.
2020-04-07 15:18:19 -05:00
..
2020-03-07 00:06:42 +01:00
2020-03-26 13:54:40 -05:00
2020-02-18 19:06:35 -05:00
2020-02-25 21:30:58 -05:00
2020-03-06 10:31:16 -06:00
2020-02-14 21:16:23 -05:00
2020-02-18 19:06:35 -05:00
2020-02-18 19:06:35 -05:00
2020-03-27 12:02:56 -05:00
2020-02-14 20:00:19 -05:00
2020-03-25 17:07:26 -05:00