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 19cb25a commit af31053Copy full SHA for af31053
src/core/tools/WriteToFileTool.ts
@@ -228,7 +228,7 @@ export class WriteToFileTool extends BaseTool<"write_to_file"> {
228
if (selection === "Follow cline guide to fix the issue") {
229
vscode.env.openExternal(
230
vscode.Uri.parse(
231
- "https://github.com/cline/cline/wiki/Troubleshooting-%E2%80%�-Cline-Deleting-Code-with-%22Rest-of-Code-Here%22-Comments",
+ "https://github.com/cline/cline/wiki/Troubleshooting-%E2%80%90-Cline-Deleting-Code-with-%22Rest-of-Code-Here%22-Comments",
232
),
233
)
234
}
0 commit comments