mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
put feature behind preview flag (#13147)
* put feature behind preview flag * remove unused import
This commit is contained in:
@@ -13,7 +13,6 @@ 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();
|
||||
|
||||
@@ -285,7 +284,3 @@ 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