Skip to content

Releases: espressif/vscode-esp-idf-extension

ESP IDF VSCode Extension Release v1.0.0

ESP IDF VSCode Extension Release v0.6.1

ESP IDF VSCode Extension Release v0.6.0

ESP IDF VSCode Extension Release v0.5.1

24 Sep 16:01
Compare
Choose a tag to compare
Pre-release

Release Highlights

  • Fix the CI release to marketplace bug not packaging the esp_debug_adapter
  • Fix the System Tracing UI theme, and added webview panel icons

ESP IDF VSCode Extension Release v0.5.0

24 Sep 10:08
Compare
Choose a tag to compare
Pre-release

Release Highlights

ESP IDF VSCode Extension Release v0.4.0

23 Jul 12:18
Compare
Choose a tag to compare
Pre-release

Release Highlights

  • Add System View Tracing support inside vscode, which will enable you to easily view the timeline, events stream, etc., of of existing heap tracing (.svdat) file
  • Add support for Arduino as ESP32 Component
  • Add support for searching ESP-IDF documentation from vscode itself.
  • Fixed some bugs related to debug adapter, gui menuconfig, task based commands, enhance scss, etc.

ESP IDF VSCode Extension Release v0.3.0

18 Jun 13:24
Compare
Choose a tag to compare
Pre-release

Release Highlights

  • Add Heap Tracing support inside vscode for ESP32 and ESP32-S2 chips
  • Show code-coverage inside the vscode editor for your ESP-IDF projects
  • Add ESP Rainmaker IoT cloud support inside vscode, this will enable you to control your ESP32 and ESP32-S2 devices from vscode
  • Use webview.asWebviewUri(...) API for making extension web browser compatible
  • Add support for telemetry
  • Fix some typos in template project
  • Fix Poweshell export env support
  • Improve onboarding docs
  • Fix some typos in Documentation
  • Fix workspace folder error for no opened workspaces

ESP IDF VSCode Extension Release v0.2.2

18 May 06:21
Compare
Choose a tag to compare
Pre-release

Release Highlights

  • Added problem matcher to show error for easy navigation and inspection #25 #72
  • Bug Fixes #93 #100

ESP IDF VSCode Extension Release v0.2.1

23 Apr 08:42
Compare
Choose a tag to compare
Pre-release

Release Highlights

  • SEO for vscode marketplace, add keywords and update description
  • Enhance and Fix some bugs with IDF Monitor terminal
  • Update Stale CI configs
  • Project structure enhancements, remove unused files in project
  • Minor Bug Fixes

ESP IDF VSCode Extension Release v0.2.0

26 Mar 15:02
Compare
Choose a tag to compare
Pre-release

Release Highlights

  • Release Debug Adapter, this would enable debugging for an IDF project from within the VSCode IDE, please refer the guide for how to use the same
  • Add support for save before IDF build, this would save all your edited files and then trigger a build.
  • Add Prettier for code linting and formatting (improving extension developer experience)
  • Update Issue Template for GH
  • Minor bug fixes and enhancements