- Install a clean version of VSCode
- Install Raspberry Pi Pico extension which also pulls Micro Pico
- try to init a new project and get error box with
Command 'MicroPico: Configure project' resulted in an error command 'micropico.initialise' not found.
I tried deleting all configuration folders, including .vscode .micropico-stubs. Nothing worked until I manually downgraded the MicroPico extension version to the previous one. Then everything worked out of the box.
Command 'MicroPico: Configure project' resulted in an error command 'micropico.initialise' not found.I tried deleting all configuration folders, including
.vscode.micropico-stubs. Nothing worked until I manually downgraded the MicroPico extension version to the previous one. Then everything worked out of the box.