microsoft / vscode-makefile-tools

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

Remove unnecessary entrypoint not found notification, fix #394 #415

Closed ushuz closed 1 year ago

ushuz commented 1 year ago

"Makefile entry point not found" notification will appear on every VS Code launch or reload, regardless of whether the current project uses Makefile, which is annoying.

image

If Makefile entry point does not exist, then most likely the project is not using Makefile at all. So this notification doesn't provide much value to the end user either.

This PR removes the notification.

Fix #394