Skip to content

Commit 02d5d3a

Browse files
committed
feat: add commitCharacters
1 parent 9af76b8 commit 02d5d3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/language-service/lib/plugins/vue-autoinsert-define-assignment.ts

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function create(): LanguageServicePlugin {
8181
result.push({
8282
label: name,
8383
kind: vscode.CompletionItemKind.Variable,
84+
commitCharacters: ['.', ',', ';'],
8485
additionalTextEdits: [{
8586
newText: `const ${name} = `,
8687
range: {

0 commit comments

Comments
 (0)