excuse me, why i can’t compile csharp by F5 when using vscode?
as you can see, i have installed some extensions in my vscode, however, i still have to compile my program(dotnet build in the cmd or click run in the upright) before i debug.
Run 3 tasks sequentially with one background task in the middle in tasks.json through VScode
Situation: I have three tasks in which the thirdOne should be launched by launch.json as a preLaunchTask. The pre-requisite for the thirdTask is the secondTask should execute. Problem: The third task needs secondTask to execute because, the second one will execute a peice of code which will trigger a node, which ideally shouldn’t be closed […]