#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%"
}
}
},