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 code actions on save #6486

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2024

  1. Add code actions on save

    * Add code-actions-on-save config
     * Match VS Code config to allow future flexibility
    * Refactor lsp commands to allow for code reuse
    * Attempt code actions for all language servers for the document
    * Add lsp specific integration tests
    * Update documentation in book
    * Canonicalize path argument when retrieving documents by path
     * Resolves issue when running lsp integration tests in windows
    jpttrssn committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    af5a16f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b3bf1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc9644 View commit details
    Browse the repository at this point in the history
  3. Reduce sleep to 10ms

    jpttrssn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    67eaf5c View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    jpttrssn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ae5844a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

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