mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix option sources (#12387)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as azdata from 'azdata';
|
||||
import * as vscode from 'vscode';
|
||||
import { OptionsSource, OptionsSourceType } from './helpers/optionSources';
|
||||
import { OptionsSourceType } from './helpers/optionSources';
|
||||
|
||||
export const NoteBookEnvironmentVariablePrefix = 'AZDATA_NB_VAR_';
|
||||
|
||||
@@ -196,7 +196,7 @@ export interface IOptionsSource {
|
||||
|
||||
export interface OptionsInfo {
|
||||
values?: string[] | azdata.CategoryValue[],
|
||||
source?: OptionsSource,
|
||||
source?: IOptionsSource,
|
||||
defaultValue: string,
|
||||
optionsType?: OptionsType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user