We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0273b1 commit dc48e50Copy full SHA for dc48e50
1 file changed
src/utils/prompts.ts
@@ -5,7 +5,7 @@ export function prompt_for_reload() {
5
const message = "Reload VSCode to apply settings";
6
vscode.window.showErrorMessage(message, "Reload").then(item => {
7
if (item === "Reload") {
8
- vscode.commands.executeCommand("workbench.action.reloadWindow");
+ vscode.commands.executeCommand("workbench.action.restartExtensionHost");
9
}
10
});
11
0 commit comments