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 a2496bc commit 67977bbCopy full SHA for 67977bb
src/remoteConnector.ts
@@ -1078,10 +1078,6 @@ export default class RemoteConnector extends Disposable {
1078
this.initializeRemoteExtensions({ ...syncExtFlow, quiet: false, flowId: uuid() });
1079
}));
1080
1081
- this._register(vscode.commands.registerCommand('__gitpod.workspaceShutdown', () => {
1082
- this.logger.warn('__gitpod.workspaceShutdown command executed');
1083
- }));
1084
-
1085
vscode.commands.executeCommand('setContext', 'gitpod.inWorkspace', true);
1086
}
1087
0 commit comments