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 cb23975 commit 25783faCopy full SHA for 25783fa
src/commands.ts
@@ -14,7 +14,7 @@ export function customDataSetupCommand(context: ExtensionContext) {
14
switch (picked) {
15
case -1:
16
// Cancel!
17
- window.showMessage(`It's been cancelled`);
+ window.showInformationMessage(`It's been cancelled`);
18
break;
19
case 0:
20
// Alpine.js
@@ -26,7 +26,7 @@ export function customDataSetupCommand(context: ExtensionContext) {
26
27
default:
28
29
30
31
}
32
0 commit comments