Skip to content

Commit 1c07983

Browse files
committed
Removed replacement from jsx completions
1 parent b12d5c5 commit 1c07983

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/services/completions.ts

-4
Original file line numberDiff line numberDiff line change
@@ -738,10 +738,6 @@ namespace ts.Completions {
738738
insertText = `${escapeSnippetText(name)}={$1}`;
739739
isSnippet = true;
740740
}
741-
742-
if (isSnippet) {
743-
replacementSpan = createTextSpanFromNode(location, sourceFile);
744-
}
745741
}
746742

747743
if (insertText !== undefined && !preferences.includeCompletionsWithInsertText) {

0 commit comments

Comments
 (0)