Skip to content

Commit f6780e2

Browse files
committed
Send back workspace ID and name in terminal list
This makes it re-connect automatically.
1 parent 40e0b83 commit f6780e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/dev/vscode.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ index 0000000000000000000000000000000000000000..6ce56bec114a6d8daf5dd3ded945ea78
14661466
+}
14671467
diff --git a/src/vs/server/node/channel.ts b/src/vs/server/node/channel.ts
14681468
new file mode 100644
1469-
index 0000000000000000000000000000000000000000..b65bf283739a2b05c82fe38a038d2a10957c0d40
1469+
index 0000000000000000000000000000000000000000..40779e80aa56d6b802d39f7170c9c94a997393ef
14701470
--- /dev/null
14711471
+++ b/src/vs/server/node/channel.ts
14721472
@@ -0,0 +1,848 @@
@@ -2312,8 +2312,8 @@ index 0000000000000000000000000000000000000000..b65bf283739a2b05c82fe38a038d2a10
23122312
+ pid: terminal.pid,
23132313
+ title: terminal.title,
23142314
+ cwd,
2315-
+ workspaceId: "0",
2316-
+ workspaceName: "test",
2315+
+ workspaceId: terminal.workspaceId,
2316+
+ workspaceName: terminal.workspaceName,
23172317
+ };
23182318
+ }));
23192319
+ }

0 commit comments

Comments
 (0)