microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
192 stars 58 forks source link

Handle ` in the relevant command lines that are parsed #81

Open andreeis opened 3 years ago

andreeis commented 3 years ago

Run in process anything in between `, providing the result output in the command line that is invoking various commands via the backquote. Examples: cc ...compiler flags...test -f 'sourceFile.c' || echo './'sourceFile.c g++ ...compiler flags...pkg-config --cflags glfw3` -c -o imgui.o ../../imgui.cpp

gcampbell-msft commented 1 year ago

This might have been fixed in #79.

andreeis commented 11 months ago

Actually #79 only addressed a few hard coded scenarios. But this issue is addressed by pull request https://github.com/microsoft/vscode-makefile-tools/pull/409. That needs more testing and updates before being merged in.