Skip to content

Commit 64984bd

Browse files
committed
fixup!: remove e2e test, update patch notes
1 parent 3e57d2c commit 64984bd

File tree

2 files changed

+9
-48
lines changed

2 files changed

+9
-48
lines changed

patches/proxy-uri.diff

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ extensions, use --extensions-dir, or symlink it).
1010

1111
This has e2e tests.
1212

13+
For the `asExternalUri` changes, you'll need to test manually by:
14+
1. running code-server with the test extension
15+
2. Command Palette > code-server: asExternalUri test
16+
3. input a url like http://localhost:3000
17+
4. it should show a notification and show output as <code-server>/proxy/3000
18+
19+
Do the same thing but set `VSCODE_PROXY_URI: "https://{{port}}-main-workspace-name-user-name.coder.com"`
20+
and the output should replace `{{port}}` with port used in input url.
21+
1322
Index: code-server/lib/vscode/src/vs/base/common/product.ts
1423
===================================================================
1524
--- code-server.orig/lib/vscode/src/vs/base/common/product.ts

test/e2e/asExternalUri.test.ts

-48
This file was deleted.

0 commit comments

Comments
 (0)