mirror of https://git.tuxpa.in/a/code-server.git
Fix proposed extension
This commit is contained in:
parent
bece429508
commit
5551751122
|
@ -28,7 +28,8 @@
|
|||
"ms-vscode.remotehub",
|
||||
"ms-vscode.remotehub-insiders",
|
||||
"GitHub.remotehub",
|
||||
"GitHub.remotehub-insiders"
|
||||
"GitHub.remotehub-insiders",
|
||||
"coder.vscode-link"
|
||||
],
|
||||
"builtInExtensions": [
|
||||
{
|
||||
|
|
|
@ -6,7 +6,6 @@ export function startLink(port: number): Promise<void> {
|
|||
logger.debug(`running link targetting ${port}`)
|
||||
|
||||
const agent = spawn(path.resolve(__dirname, "../../lib/linkup"), ["--devurl", `code:${port}:code-server`], {
|
||||
stdio: "ignore",
|
||||
shell: false,
|
||||
})
|
||||
return new Promise((res, rej) => {
|
||||
|
|
Loading…
Reference in New Issue