We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb900a commit ad83cadCopy full SHA for ad83cad
packages/vscode/src/fill/windowsService.ts
@@ -255,8 +255,8 @@ export class WindowsService implements IWindowsService {
255
throw new Error("not implemented");
256
}
257
258
- public relaunch(_options: { addArgs?: string[], removeArgs?: string[] }): Promise<void> {
259
- throw new Error("not implemented");
+ public async relaunch(_options: { addArgs?: string[], removeArgs?: string[] }): Promise<void> {
+ this.window.reload();
260
261
262
// macOS Native Tabs
0 commit comments