kiss-vscode showErrorMessage before running fallback

This commit is contained in:
2022-09-26 22:15:06 +00:00
parent 0035966028
commit 08d8045742

View File

@@ -41,6 +41,7 @@
// When user config fails to build, use the default // When user config fails to build, use the default
// Counterintuitively, this unless is correct: // Counterintuitively, this unless is correct:
(unless fallbackToDefault (unless fallbackToDefault
(Vscode.window.showErrorMessage errorMessage)
(warningMessage "Falling back to the default Kiss-VSCode Config") (warningMessage "Falling back to the default Kiss-VSCode Config")
(unless config (unless config
(tryLoadConfig true))) (tryLoadConfig true)))