mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
resource label update (#13129)
* resource label update * preserve existing behavior * fix connection group color * comments
This commit is contained in:
@@ -13,6 +13,7 @@ import { AppContext } from '../appContext';
|
||||
import { AzureResourceServiceNames } from './constants';
|
||||
import { IAzureResourceSubscriptionFilterService, IAzureResourceSubscriptionService } from './interfaces';
|
||||
import { AzureResourceGroupService } from './providers/resourceGroup/resourceGroupService';
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
@@ -284,3 +285,7 @@ export async function getSelectedSubscriptions(appContext: AppContext, account?:
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
export function isConnectionDialogBrowseViewEnabled(): boolean {
|
||||
return vscode.workspace.getConfiguration('connection').get<boolean>('dialog.browse');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user