espressif / vscode-esp-idf-extension

Visual Studio Code extension for ESP-IDF projects
https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/
Apache License 2.0
1.06k stars 304 forks source link

Improve UX/UI for creating project from examples #1278

Closed radurentea closed 2 months ago

radurentea commented 3 months ago

Description

Improved UX/UI for creating project from examples by:

JIRA: https://jira.espressif.com:8443/browse/VSC-1413

Type of change

Steps to test this pull request

  1. Use Command Palette --> ESP-IDF: Show Examples Projects
  2. After choosing an example you should see the button name as shown in the first screenshot
  3. When pressing the button the newly opened window should look like the second screenshot on windows and similar on Mac/Linux (having a custom title and the button for choosing the folder should have as well custom text)

How has this been tested?

As described above

Test Configuration:

Checklist

github-actions[bot] commented 3 months ago

Download the artifacts for this pull request:

radurentea commented 3 months ago

Thank you, Brian!

@AndriiFilippov PTAL

github-actions[bot] commented 2 months ago

Pull request has been marked as stale since there are no activities, and this will be closed in 5 days if there are no further activities

AndriiFilippov commented 2 months ago

@radurentea hi !

Tested under: OS - Windows 11 / MacOS / Linux Ubuntu ESP-IDF: v5.2

button has name ✅ image

newly opened window has custom title and the button with custom text ✅

LGTM 👍