helloworld command: no matching commands
luca1226 opened this issue · 3 comments
Hello,
when I use the process that is wirtten on this page.
I press F5, it opens the Extension Development Host and when I write hello in the Command Palette (Ctrl+Shift+P) I get that:
Am I doing something wrong?
Thank you for your help
Best Regards
That should work. Can you check the Logs if your extension could not be loaded (e.g. a syntax error in the package.json)
I do find the issue:
When creating all the files. In the package.json, it has this line:
"engines": { "vscode": "^1.72.0" }
My vscode is at version 1.70.
It would be great maybe to check the vscode version and add the current version on the computer instead of automatically add the last version of vscode.
Something maybe to think about.
Thank you for your help Martin
You can change that number backwards, but we recommend always to use the latest version of VS Code.