Skip to content

Commit da7e35b

Browse files
committed
new version
1 parent a05f5a4 commit da7e35b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goose-vscode",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"publisher": "michaelneale",
55
"icon": "goose-icon.png",
66
"main": "./out/extension.js",

src/extension.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ export function activate(context: vscode.ExtensionContext) {
8181
` Note: If editing is required, keep edits around these lines and don't delete or modify unrelated code.`
8282
} else {
8383
// cursor is just position in file
84-
textToAskGoose = `Looking at file: ${filePath} around line: ${startLine}, ` +
85-
` Please answer the query: [${question}] `
84+
textToAskGoose = `Please answer the query: [${question}] `
8685

8786
}
8887
editor.document.save();

0 commit comments

Comments
 (0)