@@ -13,7 +13,7 @@ import { getGitpodRemoteWindowConnectionInfo } from './remote';
13
13
import { Barrier } from './common/async' ;
14
14
import { ITelemetryService } from './common/telemetry' ;
15
15
import { 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' ;
17
17
import { IRemoteService } from './services/remoteService' ;
18
18
import { IExperimentsService } from './experiments' ;
19
19
@@ -114,6 +114,7 @@ export class WorkspacesExplorerView extends Disposable implements vscode.TreeDat
114
114
commandManager . register ( new StopWorkspaceCommandContext ( sessionService , hostService , telemetryService ) ) ;
115
115
commandManager . register ( new StopWorkspaceCommandInline ( sessionService , hostService , telemetryService ) ) ;
116
116
commandManager . register ( new StopCurrentWorkspaceCommand ( this . connectedWorkspaceId , sessionService , hostService , telemetryService ) ) ;
117
+ commandManager . register ( new StopCurrentWorkspaceCommandInline ( this . connectedWorkspaceId , sessionService , hostService , telemetryService ) ) ;
117
118
commandManager . register ( new OpenInBrowserCommand ( sessionService , hostService , telemetryService ) ) ;
118
119
commandManager . register ( new DeleteWorkspaceCommand ( sessionService , hostService , telemetryService ) ) ;
119
120
commandManager . register ( new DeleteWorkspaceCommandContext ( sessionService , hostService , telemetryService ) ) ;
0 commit comments