This extension prevents the option Disable All Installed Extensions in Visual Studio Code because the other, newer extension, (hosted at https://github.com/Microsoft/vscode-node-debug2) "depends" on this extension, and apparently, this extension is attempted to be disabled first.
Actually, perhaps this is more of a bug for VS Code itself? IOW, VS Code should take into account extension dependencies when attempting to disable extensions and ensure that they are disabled in the correct order? (And perhaps even alert the user that "The 'xyz' extension will also be disabled because it depends on this 'abc' extension. Continue: Yes / No?")
This extension prevents the option Disable All Installed Extensions in Visual Studio Code because the other, newer extension, (hosted at https://github.com/Microsoft/vscode-node-debug2) "depends" on this extension, and apparently, this extension is attempted to be disabled first.
Actually, perhaps this is more of a bug for VS Code itself? IOW, VS Code should take into account extension dependencies when attempting to disable extensions and ensure that they are disabled in the correct order? (And perhaps even alert the user that "The 'xyz' extension will also be disabled because it depends on this 'abc' extension. Continue: Yes / No?")