tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
79.49k stars 2.36k forks source link

[feat] automatically create tasks.json #10145

Open AuracleTech opened 4 days ago

AuracleTech commented 4 days ago

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 commented 4 days ago

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

AuracleTech commented 4 days ago

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