Skip to content

Releases: raspberrypi/pico-vscode

Beta release 0.15.1

09 Aug 16:43
Compare
Choose a tag to compare
Beta release 0.15.1 Pre-release
Pre-release

Fixed

  • Fix project compilation after moving build directory (#29)
  • Fix issues with debugging with spaces in the path
  • Fix pioasm path

Changed

  • No longer packaged as pre-release, to remove additional prompt when installing the extension

Full Changelog: 0.15.0...0.15.1

Beta release 0.15.0

08 Aug 17:27
Compare
Choose a tag to compare
Beta release 0.15.0 Pre-release
Pre-release

Added

  • RP2350 support, with SDK 2.0.0
  • Picotool now included
  • Run button, which uses picotool to flash the device over USB

Fixed

  • Fix missing quotes around gitExecutable (#25)

Changed

  • If GitHub API rate limit is reached, now downloads a cached response from GitHub pages
  • Checks for non-empty target directories, to make retrying installations simpler

Full Changelog: 0.14.0...0.15.0

Beta 14 (RC 1)

28 Jun 12:45
Compare
Choose a tag to compare
Beta 14 (RC 1) Pre-release
Pre-release

Find setup instructions here: Beta Setup | Wiki

Fixed

  • Fix NewProjectPanel persistent state (#2)
  • Make c_cpp_properties platform independent (#1)
  • Improve behaviour when switching SDKs (@paulober)
  • Throw error when debugging if compilation failed (#19)
  • Use gdb-multiarch on x86_64 linux (#16)
  • Fix git download on first use of extension

Changed

  • Use GitHub API for downloads, if a GitHub PAT has been setup (#18)
  • Use Ninja version 1.12.1 as it now has aarch64 binaries for linux
  • Add default API responses when rate limit is hit
  • Add extension pack to download the recommended extensions by default

What's Changed

Full Changelog: 0.13.1...0.14.0

Beta 13 (RC 2)

08 May 09:11
Compare
Choose a tag to compare
Beta 13 (RC 2) Pre-release
Pre-release

Find setup instructions here: Beta Setup | Wiki

Fixed

  • Fix concurrency with Compile Project task (#14)
  • Fix Flash task bugs (#13)
  • Fix PICO_TOOLCHAIN_PATH in Windows integrated terminal

Full Changelog: 0.13.0...0.13.1

Beta 13 (RC 1)

22 Apr 12:42
Compare
Choose a tag to compare
Beta 13 (RC 1) Pre-release
Pre-release

Find setup instructions here: Beta Setup | Wiki

Added

  • Generate compile_commands.json, for better intellisense (@will-v-pi)
  • Support for compiling with the cmake-tools extension (@will-v-pi)

Changed

  • Fix compilation on Windows, when Git Bash used as default shell (@paulober)
  • Now uses downloaded GDB on MacOS by default (@will-v-pi)
  • Fix some examples generation bugs (@will-v-pi)
  • Fix high contrast theming (@paulober)
  • Fix ninja download on Linux (@will-v-pi)

What's Changed

Full Changelog: 0.12.2...0.13.0

Beta 12 (RC 3)

27 Mar 16:57
Compare
Choose a tag to compare
Beta 12 (RC 3) Pre-release
Pre-release

Find setup instructions here: Beta Setup | Wiki

Added

  • Workflow for packaging and publishing extension (@will-v-pi)

Changed

  • Fix webview crash on dropdown button click (@paulober)

Full Changelog: 0.12.1...0.12.2

Beta 12 (RC 2)

26 Mar 19:05
Compare
Choose a tag to compare
Beta 12 (RC 2) Pre-release
Pre-release

Changed

  • Fixed support for Raspberry Pi SWD debugging
  • Migrated to new github repository
  • Fix some minor issues in the README (@nathan-contino)

What's Changed

New Contributors