Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/hints viewer #1031

Closed
wants to merge 17 commits into from
Closed

Feature/hints viewer #1031

wants to merge 17 commits into from

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    db60047 View commit details
    Browse the repository at this point in the history
  2. Fix issue with regex

    radurentea committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    00f92bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547622d View commit details
    Browse the repository at this point in the history
  4. Run prettier

    radurentea committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a5c4f34 View commit details
    Browse the repository at this point in the history
  5. Fix translation

    radurentea committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1df723b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Fix CI Error

    radurentea committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    05be705 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add validations

    Add validations for:
    - file exist
    - yaml format
    - esp-idf version >= 5.0
    radurentea committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    22eddc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Add CI fix

    radurentea committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a2890b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    d4af9e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    7f63e63 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    radurentea committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    04883fe View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Testing reruning CI Tests

    radurentea committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a7dd139 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Enhance: automatic search

    radurentea committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a83fd29 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Add tooltip diagnostic

    radurentea committed May 26, 2024
    Configuration menu
    Copy the full SHA
    af41e3e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix hints viewer update

    - Now the hints update accordingly when changing files
    - Not focusing the hints viewer bottom panel if no hints found
    radurentea committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ef283ea View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Fix lint

    radurentea committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    31f480e View commit details
    Browse the repository at this point in the history
  2. Add documentation

    radurentea committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8e1faf8 View commit details
    Browse the repository at this point in the history