microsoft / vscode-makefile-tools

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

Compiler path sometimes not full path #316

Closed andreeis closed 7 hours ago

andreeis commented 2 years ago

Reported by @Lak4CYUT in issue https://github.com/microsoft/vscode-makefile-tools/issues/156. For sensor.c, CppTools receives the compiler without a full path (as seen in C/C++ diagnostics logs). The Makefile Tools logs show that we always find the correct full path for the compiler. We will try to reproduce this on our end and hopefully we'll find out where the full path is lost along the way. Logs and details about repro (project on github and settings) in the 156 issue.

Lak4CYUT commented 2 years ago

@andreeis Is there any way to configure 'compilerPath' manually? Maybe I can try it as a workaround.

gcampbell-msft commented 1 month ago

@Lak4CYUT Could you provide a repro project and steps to reproduce the bug that you're hitting? I'd like to see if I can diagnose or fix this for you, but reading through the linked bug @andreeis referenced, I'm not fully understanding the repro in order to test this.

Thanks! We plan to close this in the next couple of weeks if we don't hear anything, so we'd love to get this information so that we can try to improve the extension.

gcampbell-msft commented 7 hours ago

I'm not able to reproduce this, closing as no repro.