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 fa7e102 commit b625202Copy full SHA for b625202
src/extension.ts
@@ -34,7 +34,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
34
const [, errorPaths] = await parseFiles(config, { parseAll: true }); // Cache Parsed CSS Vars for all Root folders
35
if (errorPaths.length > 0) {
36
const relativePaths = errorPaths;
37
- window.showWarningMessage(
+ LOGGER.error(
38
"Failed to parse CSS variables in files:",
39
`\n\n${relativePaths.join("\n\n")}`
40
);
0 commit comments