Fix completion text
parent
875cb6f324
commit
8393aa68bf
|
@ -159,7 +159,7 @@ export function completionsFromClassList(
|
||||||
label: `${variant.name}${variant.hasDash ? '-' : ''}[]${sep}`,
|
label: `${variant.name}${variant.hasDash ? '-' : ''}[]${sep}`,
|
||||||
insertTextFormat: 2,
|
insertTextFormat: 2,
|
||||||
textEdit: {
|
textEdit: {
|
||||||
newText: `${variant.name}-[\${1:&}]${sep}\${0}`,
|
newText: `${variant.name}${variant.hasDash ? '-' : ''}[\${1:&}]${sep}\${0}`,
|
||||||
},
|
},
|
||||||
// command: {
|
// command: {
|
||||||
// title: '',
|
// title: '',
|
||||||
|
|
Loading…
Reference in New Issue