Skip to content

Commit db8ce77

Browse files
committed
fix
1 parent 73579dc commit db8ce77

9 files changed

+11
-0
lines changed

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agent_and_subcommand_after_newline.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
_lower: "nullextensiondescription"
3434
},
3535
extensionPublisher: "",
36+
extensionDisplayName: "",
3637
locations: [ "panel" ],
3738
metadata: { },
3839
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agent_and_subcommand_with_leading_whitespace.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
_lower: "nullextensiondescription"
3434
},
3535
extensionPublisher: "",
36+
extensionDisplayName: "",
3637
locations: [ "panel" ],
3738
metadata: { },
3839
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agent_with_question_mark.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
_lower: "nullextensiondescription"
2020
},
2121
extensionPublisher: "",
22+
extensionDisplayName: "",
2223
locations: [ "panel" ],
2324
metadata: { },
2425
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agent_with_subcommand_after_text.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
_lower: "nullextensiondescription"
2020
},
2121
extensionPublisher: "",
22+
extensionDisplayName: "",
2223
locations: [ "panel" ],
2324
metadata: { },
2425
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agents__subCommand.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
_lower: "nullextensiondescription"
2020
},
2121
extensionPublisher: "",
22+
extensionDisplayName: "",
2223
locations: [ "panel" ],
2324
metadata: { },
2425
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agents_and_variables_and_multiline.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
_lower: "nullextensiondescription"
2020
},
2121
extensionPublisher: "",
22+
extensionDisplayName: "",
2223
locations: [ "panel" ],
2324
metadata: { },
2425
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatRequestParser_agents_and_variables_and_multiline__part2.0.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
_lower: "nullextensiondescription"
2020
},
2121
extensionPublisher: "",
22+
extensionDisplayName: "",
2223
locations: [ "panel" ],
2324
metadata: { },
2425
slashCommands: [

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatService_can_deserialize.0.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
_lower: "nullextensiondescription"
3030
},
3131
extensionPublisher: "",
32+
extensionDisplayName: "",
3233
locations: [ "panel" ],
3334
metadata: { },
3435
slashCommands: [ ]
@@ -65,6 +66,7 @@
6566
_lower: "nullextensiondescription"
6667
},
6768
extensionPublisher: "",
69+
extensionDisplayName: "",
6870
locations: [ "panel" ],
6971
metadata: { },
7072
slashCommands: [ ]

src/vs/workbench/contrib/chat/test/common/__snapshots__/ChatService_can_serialize.1.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
_lower: "nullextensiondescription"
2929
},
3030
extensionPublisher: "",
31+
extensionDisplayName: "",
3132
locations: [ "panel" ],
3233
metadata: {
3334
requester: { name: "test" },
@@ -68,6 +69,7 @@
6869
_lower: "nullextensiondescription"
6970
},
7071
extensionPublisher: "",
72+
extensionDisplayName: "",
7173
locations: [ "panel" ],
7274
metadata: {
7375
requester: { name: "test" },

0 commit comments

Comments
 (0)