Skip to content

Commit

Permalink
Merge pull request #16 from codesphere-cloud/main
Browse files Browse the repository at this point in the history
missing blank
  • Loading branch information
Simon-Count authored May 17, 2024
2 parents 1d86d0a + 5b0de99 commit fccad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SidebarProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class SidebarProvider implements vscode.WebviewViewProvider {

afterTunnelInit(uaSocket, sanitizedName).then (async () => {
await request(uaSocket, "terminalStream", { method: "data", data: ""}, "workspace-proxy", 4);
await request(uaSocket, "terminalStream", { method: "data", data: "./code tunnel --install-extension" + vsixFile + "\r"}, "workspace-proxy", 4);
await request(uaSocket, "terminalStream", { method: "data", data: "./code tunnel --install-extension " + vsixFile + "\r"}, "workspace-proxy", 4);
});

tunnelIsReady(uaSocket).then (async () => {
Expand Down

0 comments on commit fccad8f

Please sign in to comment.