mirror of
https://github.com/coder/code-server.git
synced 2026-05-25 21:57:27 +02:00
Make sub-paths work
This commit is contained in:
@@ -94,7 +94,7 @@ export class ExtensionHostConnection extends Connection {
|
||||
private spawn(buffer: VSBuffer): cp.ChildProcess {
|
||||
const proc = cp.fork(
|
||||
getPathFromAmdModule(require, "bootstrap-fork"),
|
||||
[ "--type=extensionHost", `--uriTransformerPath=${uriTransformerPath()}` ],
|
||||
[ "--type=extensionHost", `--uriTransformerPath=${uriTransformerPath}` ],
|
||||
{
|
||||
env: {
|
||||
...process.env,
|
||||
|
||||
Reference in New Issue
Block a user