Skip to content

Commit d607133

Browse files
committed
change wording
1 parent 8e32f4a commit d607133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode/src/util/addCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export async function addHighlightedCodeToContext(
9696
) {
9797
// the passed argument below was set to true in https://github.com/continuedev/continue/pull/6711
9898
// which would add the entire file contents when selection is empty
99-
// currently this behaviour is reverted and needs further investigation
99+
// some of this behaviour is reverted and needs further investigation
100100
const rangeInFileWithContents = getRangeInFileWithContents(false);
101101
if (rangeInFileWithContents) {
102102
webviewProtocol?.request("highlightedCode", {

0 commit comments

Comments
 (0)