Skip to content

Commit 5551751

Browse files
committed
Fix proposed extension
1 parent bece429 commit 5551751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/vscode/product.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"ms-vscode.remotehub",
2929
"ms-vscode.remotehub-insiders",
3030
"GitHub.remotehub",
31-
"GitHub.remotehub-insiders"
31+
"GitHub.remotehub-insiders",
32+
"coder.vscode-link"
3233
],
3334
"builtInExtensions": [
3435
{

src/node/link.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export function startLink(port: number): Promise<void> {
66
logger.debug(`running link targetting ${port}`)
77

88
const agent = spawn(path.resolve(__dirname, "../../lib/linkup"), ["--devurl", `code:${port}:code-server`], {
9-
stdio: "ignore",
109
shell: false,
1110
})
1211
return new Promise((res, rej) => {

0 commit comments

Comments
 (0)