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 025c9fa commit 4cca94aCopy full SHA for 4cca94a
src/lsptoolshost/autoInsert/onAutoInsert.ts
@@ -118,8 +118,6 @@ async function applyAutoInsertEdit(
118
const startPosition = new vscode.Position(textEdit.range.start.line, textEdit.range.start.character);
119
const endPosition = new vscode.Position(textEdit.range.end.line, textEdit.range.end.character);
120
121
- //const editor = vscode.window.activeTextEditor?.insertSnippet();
122
-
123
let textEdits: (vscode.TextEdit | vscode.SnippetTextEdit)[] = [];
124
if (response._vs_textEditFormat === InsertTextFormat.Snippet) {
125
const docComment = new vscode.SnippetString(textEdit.newText);
0 commit comments