code-server/ci
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
..
image Peg yarn version to ensure deterministic builds 2020-03-28 14:29:04 -07:00
release-image Combine two RUNs 2020-03-07 00:06:42 +01:00
build-test.sh Add build test 2020-03-26 13:54:40 -05:00
build.ts Don't ignore scripts for code-server prod yarn 2020-03-16 15:14:51 -05:00
ci.sh Fix bugs in CI 2020-02-18 19:06:35 -05:00
clean.sh Fix clean.sh 2020-02-25 21:30:58 -05:00
code-server.sh Add exec to startup script 2020-03-06 10:31:16 -06:00
fmt.sh Add macOS release step 2020-02-14 21:16:23 -05:00
lib.sh Fix bugs in CI 2020-02-18 19:06:35 -05:00
lint.sh Fix bugs in CI 2020-02-18 19:06:35 -05:00
release.sh Fix arm builds 2020-03-27 12:02:56 -05:00
tsconfig.json Format and lint 2020-02-14 20:00:19 -05:00
vscode.patch Fix encoding issues with folder and workspace params 2020-04-07 15:18:19 -05:00
vscode.sh Remove npm rebuild 2020-03-25 17:07:26 -05:00