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

Add config providers; always load .vscode/launch.json #1237

Merged
merged 1 commit into from
May 30, 2024

Commits on May 30, 2024

  1. Add config providers; always load .vscode/launch.json

    - Introduces a dap.providers.configs table which plugins can extend to
      add additional sources for dynamic configuration generation
    
    - Implements the two built-in configuration sources as providers
    
    - `.vscode/launch.json` files are now loaded automatically by one of
      these providers. The entries from the file always display even if the
      type doesn't match the current filetype. This gets rid of the
      `type_to_filetypes` mapping requirements.
    mfussenegger committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8cd2e85 View commit details
    Browse the repository at this point in the history