Visual Studio Code – How to stop VS Code from creating default build task on F5 press?
By accident I selected "don't ask me again" on some feature in VS Code after pressing F5. Now, every time I press F5, it adds the default task in the tasks.json even when I have two other tasks in there.…