Generate VS Code tasks? #2442
Unanswered
honzajavorek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm not an expert user of VS Code, but I noticed I can make
.vscode/tasks.jsonfile with project tasks, which I can then run directly in the editor. My project tasks are all in click.Would it make sense to generate this file from click somehow, so that I can easily access anything click is aware about? Basically
--helpturned intotasks.json. Click already generates command completion for shells, so I guess this is something which should be somehow possible. I guess not by core of click, but perhaps by an extension package?It's probably heavily dependent on the specific situation whether this would be useful or not. I think for small projects it might be okay to assume that their authors would welcome to have all their up-to-ten commands in VS Code's command palette.
Beta Was this translation helpful? Give feedback.
All reactions