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.
const
let
1 parent b494e47 commit e6580aaCopy full SHA for e6580aa
editors/code/src/snippets.ts
@@ -29,7 +29,7 @@ async function editorFromUri(uri: vscode.Uri): Promise<vscode.TextEditor | undef
29
}
30
31
export async function applySnippetTextEdits(editor: vscode.TextEditor, edits: vscode.TextEdit[]) {
32
- let selections: vscode.Selection[] = [];
+ const selections: vscode.Selection[] = [];
33
let lineDelta = 0;
34
await editor.edit((builder) => {
35
for (const indel of edits) {
0 commit comments