We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b95898 + 430b567 commit b249a66Copy full SHA for b249a66
src/node/routes/vscode.ts
@@ -156,9 +156,7 @@ export class CodeServerRouteWrapper {
156
try {
157
this._codeServerMain = await createVSServer(null, {
158
...(await toCodeArgs(args)),
159
- // TODO: Make the browser helper script work.
160
"without-connection-token": true,
161
- "without-browser-env-var": true,
162
})
163
} catch (error) {
164
logError(logger, "CodeServerRouteWrapper", error)
0 commit comments