microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
185 stars 55 forks source link

make not found #422

Closed PramodhReddy07 closed 1 year ago

andreeis commented 1 year ago

@pramodhreddy07, fix is in testing, will be released with 0.7.

andreeis commented 1 year ago

@pramodhreddy07, we removed the popup notifications regarding makefile and make missing, we left the logging about that unchanged and we are also showing now the "C/C++" tab UI on the left side even when before it was hidden. In there we add now some extra elements about status on make/makefile/build.log: path where we search for them, if not found, you can click the edit pen icon to open settings and change this state via settings like "makefile.makefilePath", "makefile.makePath", "makefile.buildLog" and their "makefile.configurations[]" counterparts.

This will be released with 0.7 next week but if you would like to see how this works earlier you can install one vsix from this link.

go to the Extensions panel on the left click "..." run "Install from vsix" from the context menu

Let us know if you encounter any other issues or if you have any other suggestions/recommendations in this area of functionality.

gcampbell-msft commented 1 year ago

@pramodhreddy07 Since we have released the fix, we will close this issue. Please re-open if you run into issues!