Skip to content

Commit 9029f2a

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Fixes
1 parent 1a0797d commit 9029f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ClassServer implements vsc.CompletionItemProvider {
130130
internal.push(symbol);
131131
}
132132
}
133-
pushSymbols('internal', internal);
133+
pushSymbols('style', internal);
134134

135135
let items: { [index: string]: vsc.CompletionItem; } = {};
136136
for (let key in map) {

0 commit comments

Comments
 (0)