code-server/ci
Asher 26584f2060
Strip protocol from remote authority
In Google cloud shell the host header is 127.0.0.1:8080 instead of the
actual URL. This is what we write out to the HTML so VS Code can pick it
up. However cloud shell rewrites this string when found in the HTML
before serving it so it becomes https://8080-[...].appspot.com,
resulting in an extra unexpected https:// in the
URI (vscode-remote://https://8080[...]). The resulting malformed URI
causes the extension host to exit.

- Fixes #1471
- Fixes #1468
- Fixes #1440 (most likely).
2020-04-01 13:41:05 -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 Strip protocol from remote authority 2020-04-01 13:41:05 -05:00
vscode.sh Remove npm rebuild 2020-03-25 17:07:26 -05:00