Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Oct 15, 2024
1 parent a05f5a4 commit da7e35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goose-vscode",
"version": "0.0.16",
"version": "0.0.17",
"publisher": "michaelneale",
"icon": "goose-icon.png",
"main": "./out/extension.js",
Expand Down
3 changes: 1 addition & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ export function activate(context: vscode.ExtensionContext) {
` Note: If editing is required, keep edits around these lines and don't delete or modify unrelated code.`
} else {
// cursor is just position in file
textToAskGoose = `Looking at file: ${filePath} around line: ${startLine}, ` +
` Please answer the query: [${question}] `
textToAskGoose = `Please answer the query: [${question}] `

}
editor.document.save();
Expand Down

0 comments on commit da7e35b

Please sign in to comment.