Releases: raspberrypi/pico-vscode
Releases · raspberrypi/pico-vscode
Beta 14 (RC 1)
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
- c_cpp_properties platform independent by @paulober in #1
- Fix #2, NewProjectPanel persistent state by @paulober in #15
- Use GitHub API for downloads by @will-v-pi in #18
Full Changelog: 0.13.1...0.14.0
Beta 13 (RC 2)
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)
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
- Use toolchain GDB on MacOS by @will-v-pi in #4
- Add support for cmake-tools extension by @will-v-pi in #10
Full Changelog: 0.12.2...0.13.0
Beta 12 (RC 3)
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)
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
- Fix some minor issues in the README by @nathan-contino in paulober/vscode-raspberry-pi-pico#44
New Contributors
- @nathan-contino made their first contribution in paulober/vscode-raspberry-pi-pico#44