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
The Container Tools extension needs a way to suppress the modal toast suggesting to not use the ".NET: Generate Assets for Build and Debug" command #8414
Is your feature request related to a problem? Please describe.
See also microsoft/vscode-containers#162. When C# Dev Kit is installed, there is a modal popup to recommend against using the ".NET: Generate Assets for Build and Debug" command.
Describe the solution you would like
Because containerized debugging relies on those tasks and cannot use the dynamic tasks from the C# Dev Kit extension, we need a way to suppress the modal popup, to prevent user confusion.