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.
2 parents e02768a + 54b9bc4 commit 08f365aCopy full SHA for 08f365a
src/extension.ts
@@ -144,7 +144,7 @@ function parseRemoteConfig() {
144
145
export function activate(context: vsc.ExtensionContext) {
146
147
- if (vsc.workspace.rootPath) {
+ if (vsc.workspace.workspaceFolders) {
148
149
const remoteCssConfig = vsc.workspace.getConfiguration('css');
150
const extensions = remoteCssConfig.get('fileExtensions') as string[];
@@ -216,4 +216,4 @@ export function activate(context: vsc.ExtensionContext) {
216
}
217
218
export function deactivate() {
219
-}
+}
0 commit comments