microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
195 stars 60 forks source link

don't block activation with pop-up #640

Closed gcampbell-msft closed 3 months ago

gcampbell-msft commented 3 months ago

Don't await on the "Would you like to configure..." popup in the activate method, which blocks other execution of the extension.