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 1b1f5de commit 043eb0bCopy full SHA for 043eb0b
src/ext.ts
@@ -17,7 +17,7 @@ export async function activate(context: flashpoint.ExtensionContext) {
17
18
return await flashpoint.dialogs.showMessageBox({
19
'title': 'Hello World',
20
- 'message': `Hei ${name}!`,
+ 'message': `Hello ${name}!`,
21
'buttons': ['OK']
22
});
23
0 commit comments