Skip to content

Commit 67977bb

Browse files
committed
🧹
1 parent a2496bc commit 67977bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/remoteConnector.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,10 +1078,6 @@ export default class RemoteConnector extends Disposable {
10781078
this.initializeRemoteExtensions({ ...syncExtFlow, quiet: false, flowId: uuid() });
10791079
}));
10801080

1081-
this._register(vscode.commands.registerCommand('__gitpod.workspaceShutdown', () => {
1082-
this.logger.warn('__gitpod.workspaceShutdown command executed');
1083-
}));
1084-
10851081
vscode.commands.executeCommand('setContext', 'gitpod.inWorkspace', true);
10861082
}
10871083

0 commit comments

Comments
 (0)