Skip to content

Commit 6886265

Browse files
committed
fix: Enable the BROWSER environment variable
This was breaking the automatic opening of links in GIT_ASKPASS on a git clone. I've tried to execute this script manually, and it does indeed work!
1 parent efce005 commit 6886265

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)