Skip to content

Commit d9ed577

Browse files
authored
Merge pull request #31 from Daydreamer-riri/Daydreamer-riri-patch-1
chore: change CompletionItemKind to `Field`
2 parents f6825ae + b41d1fd commit d9ed577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CompletionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class CSSModulesCompletionProvider {
213213

214214
return res.map((x, i) => ({
215215
...x,
216-
kind: lsp.CompletionItemKind.Text,
216+
kind: lsp.CompletionItemKind.Field,
217217
data: i + 1,
218218
}));
219219
}

0 commit comments

Comments
 (0)