Azure SQL Hybrid Cloud Toolkit Notebooks Extension Command (#13286)

* added extension folder incomplete

* WIP extension progress

* notebook finally opens in side panel

* notebook now opens via notebook extension

* html file spaces restored

* package json fixed

* fixed vscode import issue

* more cleanup

* remove git stuff

* placeholder icon logos added

* fixed gulpfile

* cleanup changes

* vscode import fixed

* fixed main and yarn.lock

* added provided notebooks view

* formatting for package.json

* removed first command as its not necessary

* fixed notebook typo

* readded spaces
This commit is contained in:
Alex Ma
2020-11-11 13:50:36 -08:00
committed by GitHub
parent b32e5f8f25
commit fa608f9f80
87 changed files with 8661 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"displayName": "Azure SQL Hybrid Cloud Toolkit Jupyter Book Extension",
"description": "Opens up Azure SQL Hybrid Cloud Toolkit Jupyter Book",
"title.openJupyterBook": "Open Azure SQL Hybrid Cloud Toolkit Jupyter Book",
"title.cloudHybridBooks": "Azure SQL Hybrid Cloud Toolkit",
"books-preview-category": "Jupyter Books"
}