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 4495506 commit d890e6aCopy full SHA for d890e6a
src/ccs/commands/contextHelp.ts
@@ -161,8 +161,7 @@ async function applyResolvedTextExpression(
161
const fallbackLine = document.lineAt(selection.active.line);
162
rangeToReplace = fallbackLine.range;
163
} else {
164
- rangeToReplace =
165
- contextInfo.replacementRange ?? new vscode.Range(selection.start, selection.end);
+ rangeToReplace = contextInfo.replacementRange ?? new vscode.Range(selection.start, selection.end);
166
}
167
168
await editor.edit((editBuilder) => {
0 commit comments