-
Notifications
You must be signed in to change notification settings - Fork 3
Pass --application-directories
#4
Comments
@paw-lu There is now after #5, through a general Would it be of interest to add more parameters? Like having a configuration value named Having a general |
Awesome. Thank you so much! This is really appreciated.
Hard call. I think the general {
"python.linting.flake8Args": [],
"python.linting.black8Args": [],
"python.testing.pytestArgs": []
} Having individual config settings would definitley be nice—as you can directly point out the options to the user and use hints for the valid parameters—but might not be worth the upkeep costs to keep it in sync with the main tool. In addition you'll add some additional complexity as |
After some more thinking I remembered this comment from @asotille. It isn't technically applicable here because vscode handles the settings API for us but the sentiment resonates with me. |
Going to close this issue as @tetov addressed the core issue. |
As a cli, I usually run
when the project uses an
src/
directory.Is there a way to pass a value to the
--application-directories
arg through the extension?Thanks for the extension, it's been really useful!
The text was updated successfully, but these errors were encountered: