How to disable extension overwrite warning in Vscode Extension host?

Whenever you start a debugging session in vscode to test an extension that is under development, a warning is displayed on the extension’s development node that your extension will be overwritten (if it is also installed normally, for example, currently published). After a while, this warning really gets annyoing, and I wonder how to suppress it. Somebody knows?

Update : some time ago I opened a function request for this in Github.

+7
visual-studio-code vscode-extensions
source share

No one has answered this question yet.

See related questions:

1023
Always open files in a new tab
990
How do you format your code in Visual Studio Code (VSCode)
372
How to enable and disable word wrap in VSCode?
263
VSCode: how to split editor vertically
5
How to create version vscode version
2
vscode in Windows 10: Activate extension ... failed: module did not register by itself
one
How can I debug installed VSCode extensions?
0
VS Code: How to access debug variables from within the extension?
0
How to implement save-to-file-check-overwrite in vscode extension?
0
How to develop ARM patterns using GitHub

All Articles