Skip to content

Commit b249a66

Browse files
authored
Merge branch 'main' into jsjoeio/tunnel
2 parents 0b95898 + 430b567 commit b249a66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node/routes/vscode.ts

-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ export class CodeServerRouteWrapper {
156156
try {
157157
this._codeServerMain = await createVSServer(null, {
158158
...(await toCodeArgs(args)),
159-
// TODO: Make the browser helper script work.
160159
"without-connection-token": true,
161-
"without-browser-env-var": true,
162160
})
163161
} catch (error) {
164162
logError(logger, "CodeServerRouteWrapper", error)

0 commit comments

Comments
 (0)