File tree Expand file tree Collapse file tree 3 files changed +0
-164
lines changed Expand file tree Collapse file tree 3 files changed +0
-164
lines changed Original file line number Diff line number Diff line change 131
131
"title" : " %azureResourceGroups.uploadToCloudShell%" ,
132
132
"category" : " Azure"
133
133
},
134
- {
135
- "command" : " azureResourceGroups.maintainCloudShellConnection" ,
136
- "title" : " Maintain Cloud Shell connection" ,
137
- "category" : " Azure"
138
- },
139
134
{
140
135
"command" : " azureResourceGroups.signInToTenant" ,
141
136
"title" : " %azureResourceGroups.signInToTenant%" ,
598
593
"command" : " azureResourceGroups.uploadFileCloudConsole" ,
599
594
"when" : " isWorkspaceTrusted"
600
595
},
601
- {
602
- "command" : " azureResourceGroups.maintainCloudShellConnection" ,
603
- "when" : " never"
604
- },
605
596
{
606
597
"command" : " azureResourceGroups.showGroupOptions" ,
607
598
"when" : " never"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { TenantTreeItem } from '../tree/tenants/TenantTreeItem';
18
18
import { logIn } from './accounts/logIn' ;
19
19
import { SelectSubscriptionOptions , selectSubscriptions } from './accounts/selectSubscriptions' ;
20
20
import { clearActivities } from './activities/clearActivities' ;
21
- import { maintainCloudShellConnection } from './cloudShell' ;
22
21
import { createResource } from './createResource' ;
23
22
import { createResourceGroup } from './createResourceGroup' ;
24
23
import { deleteResourceGroupV2 } from './deleteResourceGroup/v2/deleteResourceGroupV2' ;
@@ -39,8 +38,6 @@ import { viewProperties } from './viewProperties';
39
38
export function registerCommands ( ) : void {
40
39
registerCommand ( 'azureResourceGroups.uploadFileCloudConsole' , uploadFileToCloudShell ) ;
41
40
42
- registerCommand ( 'azureResourceGroups.maintainCloudShellConnection' , maintainCloudShellConnection ) ;
43
-
44
41
// Special-case refresh that ignores the selected/focused node and always refreshes the entire tree. Used by the refresh button in the tree title.
45
42
registerCommand ( 'azureResourceGroups.refreshTree' , ( ) => ext . actions . refreshAzureTree ( ) ) ;
46
43
registerCommand ( 'azureWorkspace.refreshTree' , ( ) => ext . actions . refreshWorkspaceTree ( ) ) ;
You can’t perform that action at this time.
0 commit comments