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 8e32f4a commit d607133Copy full SHA for d607133
extensions/vscode/src/util/addCode.ts
@@ -96,7 +96,7 @@ export async function addHighlightedCodeToContext(
96
) {
97
// the passed argument below was set to true in https://github.com/continuedev/continue/pull/6711
98
// which would add the entire file contents when selection is empty
99
- // currently this behaviour is reverted and needs further investigation
+ // some of this behaviour is reverted and needs further investigation
100
const rangeInFileWithContents = getRangeInFileWithContents(false);
101
if (rangeInFileWithContents) {
102
webviewProtocol?.request("highlightedCode", {
0 commit comments