@@ -13,7 +13,7 @@ import { getGitpodRemoteWindowConnectionInfo } from './remote';
1313import { Barrier } from './common/async' ;
1414import { ITelemetryService } from './common/telemetry' ;
1515import { ILogService } from './services/logService' ;
16- import { ConnectInCurrentWindowCommand , ConnectInNewWindowCommand , DeleteWorkspaceCommand , OpenWorkspaceContextCommand , OpenInBrowserCommand , StopCurrentWorkspaceCommand , StopWorkspaceCommand , DisconnectWorkspaceCommand , ConnectInCurrentWindowCommandInline , StopWorkspaceCommandInline , DeleteWorkspaceCommandContext , StopWorkspaceCommandContext , ConnectInCurrentWindowCommandContext , ConnectInNewWindowCommandContext , ConnectInCurrentWindowCommandContext_1 , ConnectInCurrentWindowCommandInline_1 } from './commands/workspaces' ;
16+ import { ConnectInCurrentWindowCommand , ConnectInNewWindowCommand , DeleteWorkspaceCommand , OpenWorkspaceContextCommand , OpenInBrowserCommand , StopCurrentWorkspaceCommand , StopWorkspaceCommand , DisconnectWorkspaceCommand , ConnectInCurrentWindowCommandInline , StopWorkspaceCommandInline , DeleteWorkspaceCommandContext , StopWorkspaceCommandContext , ConnectInCurrentWindowCommandContext , ConnectInNewWindowCommandContext , ConnectInCurrentWindowCommandContext_1 , ConnectInCurrentWindowCommandInline_1 , StopCurrentWorkspaceCommandInline } from './commands/workspaces' ;
1717import { IRemoteService } from './services/remoteService' ;
1818import { IExperimentsService } from './experiments' ;
1919
@@ -114,6 +114,7 @@ export class WorkspacesExplorerView extends Disposable implements vscode.TreeDat
114114 commandManager . register ( new StopWorkspaceCommandContext ( sessionService , hostService , telemetryService ) ) ;
115115 commandManager . register ( new StopWorkspaceCommandInline ( sessionService , hostService , telemetryService ) ) ;
116116 commandManager . register ( new StopCurrentWorkspaceCommand ( this . connectedWorkspaceId , sessionService , hostService , telemetryService ) ) ;
117+ commandManager . register ( new StopCurrentWorkspaceCommandInline ( this . connectedWorkspaceId , sessionService , hostService , telemetryService ) ) ;
117118 commandManager . register ( new OpenInBrowserCommand ( sessionService , hostService , telemetryService ) ) ;
118119 commandManager . register ( new DeleteWorkspaceCommand ( sessionService , hostService , telemetryService ) ) ;
119120 commandManager . register ( new DeleteWorkspaceCommandContext ( sessionService , hostService , telemetryService ) ) ;
0 commit comments