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
// Counterintuitively, this unless is correct:
(unless fallbackToDefault
(Vscode.window.showErrorMessage errorMessage)
(warningMessage "Falling back to the default Kiss-VSCode Config")
(unless config
(tryLoadConfig true)))