Skip to content

Commit 1c1a38e

Browse files
Razmo99JustinGrote
authored andcommitted
removed substring to avoid confusion
1 parent 056cb4b commit 1c1a38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/RenameSymbol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class RenameSymbolFeature extends LanguageClientConsumer implements Renam
116116

117117
return {
118118
range: wordRange,
119-
placeholder: wordText.substring(1)
119+
placeholder: wordText
120120
};
121121
}catch (error) {
122122
return null;

0 commit comments

Comments
 (0)