'How do I disable all extraneous extensions in the VS Code "Extension Development Host" without it overwriting my normal user-config?

I'm trying to debug / develop on a VSCode extension. To do so, I need to disable all of my (many) other extensions in the debugging "Extension Development Host."

Doing so, however, saves to my user-preferences, which then causes … all of my other VScode instances … to stop having any extensions.

How can I disable my other, everyday extensions in the "Extension Development Host" without screwing up my normal user-config? Is there a way to convince the EDH to use a different settings-file or configuration-path or something, repeatedly and reliably?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source