#3753: User settings configuration - python installation path (#3754)

* #3753: User settings configuration - python installation path

* Text change

* #3753: Text change

* Message change
This commit is contained in:
Raj
2019-01-16 16:29:06 -08:00
committed by GitHub
parent d0c584672f
commit e0339b50c0
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,11 @@
"type": "boolean",
"default": true,
"description": "%notebook.enabled.description%"
},
"notebook.pythonPath": {
"type": "string",
"default": "",
"description": "%notebook.pythonPath.description%"
}
}
},

View File

@@ -3,6 +3,7 @@
"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.command.new": "New Notebook",
"notebook.command.open": "Open Notebook"
}