File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1466,7 +1466,7 @@ index 0000000000000000000000000000000000000000..6ce56bec114a6d8daf5dd3ded945ea78
14661466+ }
14671467diff --git a/src/vs/server/node/channel.ts b/src/vs/server/node/channel.ts
14681468new 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+ }
You can’t perform that action at this time.
0 commit comments