util: Add VS Code configs for running mix tasks #192
Merged
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.
Summary
Ticket: No ticket
I put these together last time I was working on the backend, partly for ease of running and keybinding basic commands from the editor, but also because running through the Code runner vs a regular terminal gives easy access to log filtering, and that's really helpful when doing local debugging, since the backend logs are painfully noisy.
Not sure if anyone else on the team even uses VS Code, and if we don't think this is appropriate to include in the repo, I'll just change this PR to put it in
.gitignore
(though if my computer dies at some point, it would then be annoying to have to get them working again).