mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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:
@@ -30,6 +30,10 @@ const ConnectionProviderContrib: IJSONSchema = {
|
||||
type: 'string',
|
||||
description: localize('schema.notebookKernelAlias', "Notebook Kernel Alias for the provider")
|
||||
},
|
||||
isQueryProvider: {
|
||||
type: 'boolean',
|
||||
description: localize('schema.isQueryProvider', "Whether the provider is also a query provider. The default value is true.")
|
||||
},
|
||||
iconPath: {
|
||||
description: localize('schema.iconPath', "Icon path for the server type"),
|
||||
oneOf: [
|
||||
|
||||
Reference in New Issue
Block a user