Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix completion text
  • Loading branch information
bradlc committed Oct 18, 2022
commit 8393aa68bf546ca1ae80fc0151fc2b12260424e9
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down