-
-
Notifications
You must be signed in to change notification settings - Fork 40
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 remove debugger code action #426
Merged
mhanberg
merged 11 commits into
elixir-tools:main
from
NJichev:add-remove-debugger-code-action
May 1, 2024
Merged
feat: add remove debugger code action #426
mhanberg
merged 11 commits into
elixir-tools:main
from
NJichev:add-remove-debugger-code-action
May 1, 2024
Commits on Apr 30, 2024
-
feat: add remove debugger code action
A Code Action that removes the following warning checks from Credo: - Credo.Check.Warning.Dbg - Credo.Check.Warning.IExPry - Credo.Check.Warning.IoInspect - Credo.Check.Warning.IoPuts - Credo.Check.Warning.MixEnv
Configuration menu - View commit details
-
Copy full SHA for 2345e11 - Browse repository at this point
Copy the full SHA 2345e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83073b - Browse repository at this point
Copy the full SHA d83073bView commit details -
Adds a macro for testing text edits. Fixes edge-cases when piping debug expr. Fixes edge-cases when we have a single block with the pipe expr.
Configuration menu - View commit details
-
Copy full SHA for c6d5dca - Browse repository at this point
Copy the full SHA c6d5dcaView commit details -
Refactor to smallest ast change possible
This refactor takes in only the AST of the debugging node and replaces it. For IO.inspect/1 and dbg/1 the first argument is preserved.
Configuration menu - View commit details
-
Copy full SHA for 0f1817b - Browse repository at this point
Copy the full SHA 0f1817bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e4fa5 - Browse repository at this point
Copy the full SHA 13e4fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d136c3 - Browse repository at this point
Copy the full SHA 3d136c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc28b78 - Browse repository at this point
Copy the full SHA cc28b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccba3ca - Browse repository at this point
Copy the full SHA ccba3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f09dc - Browse repository at this point
Copy the full SHA f6f09dcView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31dcea8 - Browse repository at this point
Copy the full SHA 31dcea8View commit details -
Saw an error in local when i tried to fetch the code actions again without saving, not really sure if its a good fix but it should stop the LSP from crashing
Configuration menu - View commit details
-
Copy full SHA for a6b8ddc - Browse repository at this point
Copy the full SHA a6b8ddcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.