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

feat: add support for nargo DAP #51

Merged
merged 10 commits into from
Mar 13, 2024
Merged

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    58f33ad View commit details
    Browse the repository at this point in the history
  2. feat: use an descriptor factory for the debug adapter

    And avoid hard-coding nargo path and also the unnecessary wrapper script.
    ggiraldez committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c71f5e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 18, 2023

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

Commits on Jan 16, 2024

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

Commits on Jan 23, 2024

  1. Enhance dynamic resolution of debugger configuration (#1)

    * Gracefully handle debugger loading/init errors
    * Refactor: extract debugger functionality to own file
    * Properly handle launch.json if exists
    * Add a bit more context on preflight check
    mverzilli authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d88bc0b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    77da2e1 View commit details
    Browse the repository at this point in the history
  2. Drop requirement to start from Noir file when a project folder is con…

    …figured in a launch file
    mverzilli committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9d06ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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