mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
* 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
8 lines
331 B
JSON
8 lines
331 B
JSON
{
|
|
"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"
|
|
}
|