mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Add action to reload the window with disableExtensions set, #43156
This commit is contained in:
@@ -349,8 +349,7 @@ export class IssueReporter extends Disposable {
|
||||
|
||||
const disableExtensions = document.getElementById('disableExtensions');
|
||||
disableExtensions.addEventListener('click', () => {
|
||||
ipcRenderer.send('workbenchCommand', 'workbench.extensions.action.disableAll');
|
||||
ipcRenderer.send('workbenchCommand', 'workbench.action.reloadWindow');
|
||||
ipcRenderer.send('workbenchCommand', 'workbench.action.reloadWindowWithExtensionsDisabled');
|
||||
});
|
||||
|
||||
disableExtensions.addEventListener('keydown', (e) => {
|
||||
|
||||
Reference in New Issue
Block a user