We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c846bc4 commit d6f51b4Copy full SHA for d6f51b4
src/test/webview/chat-native.test.ts
@@ -29,7 +29,7 @@ describe("Chat Integration Tests", () => {
29
break;
30
case 'toggleMode':
31
vscode.postMessage({
32
- type: 'chatSettings',
+ type: 'togglePlanActMode',
33
chatSettings: { mode: 'act' },
34
chatContent: {
35
message: "message test",
0 commit comments