i tryed to create a vscode extension following the documentation : https://code.visualstudio.com/api/get-started/your-first-extension
To test the extension i pressed F5, it open a new vscode window, but it could not found the helloWorld command
aditional informations :
❯ code --version
1.90.2
❯ yo --version
5.0.0
yo code options :
? What type of extension do you want to create? New Extension (TypeScript)
? What's the name of your extension? test
? What's the identifier of your extension? test
? What's the description of your extension? test
? Initialize a git repository? No
? Which bundler to use? unbundled
? Which package manager to use? npm
I did not touch any code after that
I am on macOs (Sonoma 14.5)
I pressed F5, it open a new vscode window.
On the new vscode window, i pressed ⇧⌘P and typed >helloWorld
no command were found
New contributor
Jacques Polart is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.