Skip to content

Commit a780cf6

Browse files
committed
fix typo
1 parent e7d4ce8 commit a780cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function activate(context) {
88

99
// Use the console to output diagnostic information (console.log) and errors (console.error)
1010
// This line of code will only be executed once when your extension is activated
11-
console.log('Congratulations, your extension "vue-3-code-snippets" is now active!');
11+
console.log('Congratulations, your extension "nuxt-vscode-snippets" is now active!');
1212

1313
// The command has been defined in the package.json file
1414
// Now provide the implementation of the command with registerCommand

0 commit comments

Comments
 (0)