Skip to content

Commit

Permalink
fix: Hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-mike committed Dec 11, 2024
1 parent 1b1f5de commit 043eb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function activate(context: flashpoint.ExtensionContext) {

return await flashpoint.dialogs.showMessageBox({
'title': 'Hello World',
'message': `Hei ${name}!`,
'message': `Hello ${name}!`,
'buttons': ['OK']
});

Expand Down

0 comments on commit 043eb0b

Please sign in to comment.