added openLocalizedook action that opens up the link to localized books. (#8025)

* initial commit

* addressed the tslint floating promise errors

* updated the command name with PM's feedback
This commit is contained in:
Maddy
2019-10-29 11:51:05 -07:00
committed by GitHub
parent d315ccff68
commit 6e7311ca87
3 changed files with 26 additions and 16 deletions

View File

@@ -140,6 +140,11 @@
"title": "%title.SQL19PreviewBook%",
"category": "%books-preview-category%"
},
{
"command": "books.command.openLocalizedBooks",
"title": "%title.PreviewLocalizedBook%",
"category": "%books-preview-category%"
},
{
"command": "notebook.command.saveBook",
"title": "%title.saveJupyterBook%",