mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
* Change feature flag for SQL kernel to be user preference * fix test that was broken * Tweak package.nls.json to show "(Preview)"
10 lines
590 B
JSON
10 lines
590 B
JSON
{
|
|
"displayName": "Notebook Core Extensions",
|
|
"description": "Defines the Data-procotol based Notebook contribution and many Notebook commands and contributions.",
|
|
"notebook.configuration.title": "Notebook configuration",
|
|
"notebook.enabled.description": "Enable viewing notebook files using built-in notebook editor.",
|
|
"notebook.pythonPath.description": "Local path to python installation used by Notebooks.",
|
|
"notebook.sqlKernelEnabled.description": "Enable SQL kernel in notebook editor (Preview)",
|
|
"notebook.command.new": "New Notebook",
|
|
"notebook.command.open": "Open Notebook"
|
|
} |