mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Add language picker to notebook cells. (#18601)
This commit is contained in:
@@ -1647,7 +1647,7 @@ registerAction2(class ClearCellOutputsAction extends NotebookCellAction {
|
||||
}
|
||||
});
|
||||
|
||||
interface ILanguagePickInput extends IQuickPickItem {
|
||||
export interface ILanguagePickInput extends IQuickPickItem { // {{SQL CARBON EDIT}} Add export
|
||||
languageId: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user