microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 218 forks source link

preLaunchTask ignored with v1.10.5 #1315

Closed RYDB3RG closed 2 years ago

RYDB3RG commented 2 years ago

Hi,

launch.json's preLaunchTask is ignored with 1.10.5 tasks are not run before launch and it also doesn't complain anymore when specifying a task that doesn't exist.

RYDB3RG commented 2 years ago

On a second thought, I guess its a vscode-cpptools issue I'll open a bug there.