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.
2 parents 34ae392 + 2afe176 commit dd2b79dCopy full SHA for dd2b79d
src/toolwrapper/devchat.ts
@@ -145,6 +145,7 @@ class DevChat {
145
146
async chat(content: string, options: ChatOptions = {}, onData: (data: ChatResponse) => void): Promise<ChatResponse> {
147
const args = await this.buildArgs(options);
148
+ args.push("--");
149
args.push(content);
150
151
const workspaceDir = UiUtilWrapper.workspaceFoldersFirstPath();
0 commit comments