Skip to content

Commit

Permalink
Merge pull request #65 from codesphere-cloud/main
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Datata1 authored May 30, 2024
2 parents d5fb012 + d981714 commit 0dbae88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SidebarProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ export class SidebarProvider implements vscode.WebviewViewProvider {
await request(uaSocket, "terminalStream", { method: "data", data: "disown\r" }, "workspace-proxy", 7);

const pidTerminal = await request(uaSocket, "createTmuxSession", { workspaceId: workspaceId }, "workspace-proxy", 3);

const pidTerminalName = pidTerminal.data.name;

await request(uaSocket, "terminalStream", { method: "init", teamId: 35678, workspaceId: workspaceId, tmuxSessionName: pidTerminalName }, "workspace-proxy", 8);
Expand Down

0 comments on commit 0dbae88

Please sign in to comment.