Skip to content

Commit 4cca94a

Browse files
dibarbetJoeRobich
andauthored
Update src/lsptoolshost/autoInsert/onAutoInsert.ts
Co-authored-by: Joey Robichaud <[email protected]>
1 parent 025c9fa commit 4cca94a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lsptoolshost/autoInsert/onAutoInsert.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ async function applyAutoInsertEdit(
118118
const startPosition = new vscode.Position(textEdit.range.start.line, textEdit.range.start.character);
119119
const endPosition = new vscode.Position(textEdit.range.end.line, textEdit.range.end.character);
120120

121-
//const editor = vscode.window.activeTextEditor?.insertSnippet();
122-
123121
let textEdits: (vscode.TextEdit | vscode.SnippetTextEdit)[] = [];
124122
if (response._vs_textEditFormat === InsertTextFormat.Snippet) {
125123
const docComment = new vscode.SnippetString(textEdit.newText);

0 commit comments

Comments
 (0)