Remove arbitrary value snippet placeholder
`&` doesn't always make sense as a placeholder, for example with the container queries pluginmaster
parent
8393aa68bf
commit
0b2a208d27
|
@ -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}${variant.hasDash ? '-' : ''}[\${1:&}]${sep}\${0}`,
|
newText: `${variant.name}${variant.hasDash ? '-' : ''}[\${1}]${sep}\${0}`,
|
||||||
},
|
},
|
||||||
// command: {
|
// command: {
|
||||||
// title: '',
|
// title: '',
|
||||||
|
|
Loading…
Reference in New Issue