Fix completion text

master
Brad Cornes 2022-10-18 14:03:51 +01:00
parent 875cb6f324
commit 8393aa68bf
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ export function completionsFromClassList(
label: `${variant.name}${variant.hasDash ? '-' : ''}[]${sep}`,
insertTextFormat: 2,
textEdit: {
newText: `${variant.name}-[\${1:&}]${sep}\${0}`,
newText: `${variant.name}${variant.hasDash ? '-' : ''}[\${1:&}]${sep}\${0}`,
},
// command: {
// title: '',