You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using nested makefiles to compile a binary using gcc, the warnings produced by the makefiles in sub directories are captured in the problem tab.
But clicking on them shows a "File not found error"
VS Code IDE is not considering the sub folders in the path, although Eclipse IDE is properly handling them.
I have asked this question earlier on stackoverflow.
https://stackoverflow.com/questions/45594118/file-not-found-error-on-visual-studio-code-when-clicking-on-problems-window-usi
When using nested makefiles to compile a binary using gcc, the warnings produced by the makefiles in sub directories are captured in the problem tab.
But clicking on them shows a "File not found error"
VS Code IDE is not considering the sub folders in the path, although Eclipse IDE is properly handling them.
I have tried different combinations on the fileLocation field provided at https://code.visualstudio.com/docs/editor/tasks#_variable-substitution
But they dont work.
My current tasks.json looks like this.
Is there any workaround available to open the file when clicking the warnings in problem tab?
The text was updated successfully, but these errors were encountered: