This is the official Visual Studio Code extension for Raspberry Pi Pico development. It provides a set of tools to help you develop for the Pico using Visual Studio Code.
-[Download latest Beta RC 📀](https://github.com/paulober/vscode-raspberry-pi-pico/releases/tag/v0.4.2)
+[Download latest Beta RC 📀](https://github.com/paulober/vscode-raspberry-pi-pico/releases/tag/v0.5.0)
## Features
"name": "raspberry-pi-pico",
"displayName": "Raspberry Pi Pico",
"description": "The official VS Code extension for Raspberry Pi Pico development. It includeds serveral features to simplify project creation and deployment. (Single folder workspaces only)",
- "version": "0.4.2",
+ "version": "0.5.0",
"author": "paulober",
"publisher": "paulober",
"license": "MPL-2.0",
//get version, sdk path selecter and toolchain path selector
version = await window.showInputBox({
- placeHolder: "Enter SDK version",
+ placeHolder: "Enter SDK version (e.g. 1.2.3)",
ignoreFocusOut: true,
title: "Add SDK",
});