Skip to content

Commit df05c85

Browse files
authored
fix terminal tool specific data from chat sessions. (microsoft#258744)
1 parent 972d323 commit df05c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/common/extHostTypeConverters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,7 +2790,7 @@ export namespace ChatToolInvocationPart {
27902790
} else if ('commandLine' in data && 'language' in data) {
27912791
// ChatTerminalToolInvocationData2
27922792
return {
2793-
kind: 'terminal2',
2793+
kind: 'terminal',
27942794
commandLine: data.commandLine,
27952795
language: data.language
27962796
};

0 commit comments

Comments
 (0)