mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
hide nav buttons for non-book notebooks (#6377)
* hide nav buttons for non-book notebooks * updated buttons for all themes * changed foregroundColor to buttonForegroundColor
This commit is contained in:
@@ -156,6 +156,8 @@ export interface INotebookEditor {
|
||||
|
||||
export interface INavigationProvider {
|
||||
providerId: string;
|
||||
hasNavigation: boolean;
|
||||
getNavigation(uri: URI): Thenable<azdata.nb.NavigationResult>;
|
||||
onNext(uri: URI): void;
|
||||
onPrevious(uri: URI): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user