mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
Backend work for Notebook Parameterization and Tests (#12914)
* Backend work for Parameterization + Tests * minor comments * fix test * address comments
This commit is contained in:
@@ -10,6 +10,8 @@ export const Extensions = {
|
||||
};
|
||||
|
||||
export const HideInputTag = 'hide_input';
|
||||
export const ParametersTag = 'parameters';
|
||||
export const InjectedParametersTag = 'injected-parameters';
|
||||
|
||||
export interface ICellComponentRegistry {
|
||||
registerComponent(component: any): void;
|
||||
|
||||
Reference in New Issue
Block a user