Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] automatically create tasks.json #10145

Open
AuracleTech opened this issue Jun 28, 2024 · 2 comments
Open

[feat] automatically create tasks.json #10145

AuracleTech opened this issue Jun 28, 2024 · 2 comments

Comments

@AuracleTech
Copy link

Describe the problem

there are issues due to wrong commands like tauri dev --release instead of tauri build
or cargo tauri run instead of npm tauri run or whatever else could be

Describe the solution you'd like

create tasks.json
you already create .vscode/extensions.json automatically
and you already print the commands when creating a project
and you also have docs that asks to create tasks

why not instead... just... do it... automatically.... all at once, in 1 file, no docs needed

Alternatives considered

No response

Additional context

this would fix many many issues I've had in the past and would have saved me countless time I never could get back

@CoffeeeAtNight
Copy link

That sounds like a great idea, I might work on that later today if nobody has picked up the task 'till then.

@AuracleTech
Copy link
Author

Thank you I'll be following this!
Non related : when I saw your username it reminded me of my VScode theme Coffee at 2 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants