Skip to content

Commit b34f214

Browse files
authored
missing value suggestions for the CSS white-space property (#450)
1 parent f475d3f commit b34f214

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/cssCompletion.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ export class CSSCompletion {
259259
insertTextFormat: InsertTextFormat.Snippet,
260260
kind: CompletionItemKind.Property
261261
};
262-
if (!entry.restrictions) {
263-
retrigger = false;
264-
}
265262
if (triggerPropertyValueCompletion && retrigger) {
266263
item.command = retriggerCommand;
267264
}

0 commit comments

Comments
 (0)