Open aarroisi opened 1 year ago
Hi @aarroisi, you should be able to set up an external formatter with:
{
"formatter": {
"external": {
"command": "sed",
"arguments": ["-e", "s/ *$//"]
}
}
}
However, with that being said, we do have a limitation currently in that we only allow the user to select a single formatter. If you need multiple formatters, we have a separate issue for that behavior that you could upvote:
Check for existing issues
Describe the feature
Hi, I would like to be able to run script like
isort
after saving. It's similar to the functionality exists in VSCode with the following settings:If applicable, add mockups / screenshots to help present your vision of the feature
No response