mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
only show new query when query is supported (#17346)
* only show new query when query is supported * test case fix and pr comments * rename context key
This commit is contained in:
@@ -27,6 +27,7 @@ export interface ConnectionProviderProperties {
|
||||
notebookKernelAlias?: string;
|
||||
azureResource?: string;
|
||||
connectionOptions: azdata.ConnectionOption[];
|
||||
isQueryProvider?: boolean;
|
||||
}
|
||||
|
||||
export interface ProviderFeatures {
|
||||
|
||||
Reference in New Issue
Block a user