]> Git Repo - pico-vscode.git/commitdiff
Beta 5 RC 1
authorpaulober <[email protected]>
Wed, 9 Aug 2023 19:10:03 +0000 (21:10 +0200)
committerpaulober <[email protected]>
Wed, 9 Aug 2023 19:10:06 +0000 (21:10 +0200)
README.md
package.json
src/commands/editSdks.mts

index 8aea5025e121dbdf813864670a8957884b52fbfa..50debacb46abe0113824f4ab9ce1a17657021f1e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 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
 
index 762310d8beecee81694cc66a64f7c1efca15768d..633b111b3327159e2a1b49dfd37618c290756ee1 100644 (file)
@@ -2,7 +2,7 @@
   "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",
index 2e331327fb05291315195a4a747e7d0460e7536f..f8b5e25a4e3f94bb62753e3fc7721eefb5e4719a 100644 (file)
@@ -102,7 +102,7 @@ export default class EditSDKsCommand extends Command {
 
         //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",
         });
This page took 0.041234 seconds and 4 git commands to generate.