File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1466,7 +1466,7 @@ index 0000000000000000000000000000000000000000..6ce56bec114a6d8daf5dd3ded945ea78
1466
1466
+ }
1467
1467
diff --git a/src/vs/server/node/channel.ts b/src/vs/server/node/channel.ts
1468
1468
new file mode 100644
1469
- index 0000000000000000000000000000000000000000..b65bf283739a2b05c82fe38a038d2a10957c0d40
1469
+ index 0000000000000000000000000000000000000000..40779e80aa56d6b802d39f7170c9c94a997393ef
1470
1470
--- /dev/null
1471
1471
+++ b/src/vs/server/node/channel.ts
1472
1472
@@ -0,0 +1,848 @@
@@ -2312,8 +2312,8 @@ index 0000000000000000000000000000000000000000..b65bf283739a2b05c82fe38a038d2a10
2312
2312
+ pid: terminal.pid,
2313
2313
+ title: terminal.title,
2314
2314
+ cwd,
2315
- + workspaceId: "0" ,
2316
- + workspaceName: "test" ,
2315
+ + workspaceId: terminal.workspaceId ,
2316
+ + workspaceName: terminal.workspaceName ,
2317
2317
+ };
2318
2318
+ }));
2319
2319
+ }
You can’t perform that action at this time.
0 commit comments