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

Fix VS Code Builds #1475

Closed gregg-miskelly closed 2 months ago

gregg-miskelly commented 2 months ago

The MIEngine_VSCode_Release pipeline was failing. This addresses it.

Fix was authored by Andrew Wang.