mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix/prev next links issue (#10523)
* intital test code * added tests * remove commented code * fix for failing tests * reuse exported enum * changes to address comments * add back onVisibility highlight * port highlight fix from Chris * fix tests
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "notebook.command.searchUntitledBook",
|
||||
"command": "notebook.command.searchProvidedBook",
|
||||
"title": "%title.searchJupyterBook%",
|
||||
"category": "%books-preview-category%",
|
||||
"icon": {
|
||||
@@ -319,7 +319,7 @@
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "notebook.command.searchUntitledBook",
|
||||
"command": "notebook.command.searchProvidedBook",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
@@ -381,7 +381,7 @@
|
||||
"group": "inline"
|
||||
},
|
||||
{
|
||||
"command": "notebook.command.searchUntitledBook",
|
||||
"command": "notebook.command.searchProvidedBook",
|
||||
"when": "view == providedBooksView && viewItem == providedBook && providedBooks",
|
||||
"group": "inline"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user