Replies: 1 comment 2 replies
-
I'm not aware of any other extension that has explicitly copied that bit of code from us. Are you just wanting a pointer in our own code of where we handle this? Basically we just try to run the linter with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to enable few additional python based linters for another extension but I was not able to find how can I reuse vscode-python functionality for prompting and installing the missing tools.
Is there any example of another extension that makes use of vscode-python code in order to trigger installation fo other python packages?
I do have at least 3 other tools in mind: doc8, ansible-lint or pre-commit to the list of linters from this project but none of these target python code itself, they are all python based. I seen the current implementation and is quite complex, for genuine reasons as there are many ways to install python and packages.
If someone can point to an example where this was sorted it would be great. At this stage I only detect that the tool is missing, and tell the user to find a way to install it, which can be confusing for some of them.
Beta Was this translation helpful? Give feedback.
All reactions