Skip to content

Commit a7b65a9

Browse files
committed
Fixes
1 parent 943418b commit a7b65a9

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
@@ -34,7 +34,7 @@ class ClassCompletionItemProvider implements CompletionItemProvider {
3434

3535
parseConfig() {
3636
const config = workspace.getConfiguration("css");
37-
const remoteStyleSheets = config?.get<string[]>("remoteStyleSheets");
37+
const remoteStyleSheets = config.get<string[]>("remoteStyleSheets");
3838

3939
if (remoteStyleSheets) {
4040
this.remoteStyleSheets = remoteStyleSheets;

0 commit comments

Comments
 (0)