We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943418b commit a7b65a9Copy full SHA for a7b65a9
src/extension.ts
@@ -34,7 +34,7 @@ class ClassCompletionItemProvider implements CompletionItemProvider {
34
35
parseConfig() {
36
const config = workspace.getConfiguration("css");
37
- const remoteStyleSheets = config?.get<string[]>("remoteStyleSheets");
+ const remoteStyleSheets = config.get<string[]>("remoteStyleSheets");
38
39
if (remoteStyleSheets) {
40
this.remoteStyleSheets = remoteStyleSheets;
0 commit comments