mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Machine Learning Services Settings (#8968)
* Added two config to Machine Learning Services extension to enable and disable python and r
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"mls.command.odbcdriver": "Install ODBC Driver for SQL Server",
|
||||
"mls.command.mlsdocs": "Machine Learning Services Documentation",
|
||||
"mls.configuration.title": "Machine Learning Services configurations",
|
||||
"mls.pythonPath.description": "Local path to a preexisting python installation used by Machine Learning Services.",
|
||||
"mls.rPath.description": "Local path to a preexisting python installation used by Machine Learning Services.",
|
||||
"mls.pythonPath.description": "Local path to a preexisting Python installation used by Machine Learning Services.",
|
||||
"mls.enablePython.description": "Enable Python package management.",
|
||||
"mls.enableR.description": "Enable R package management.",
|
||||
"mls.rPath.description": "Local path to a preexisting R installation used by Machine Learning Services.",
|
||||
"mls.command.dependencies": "Install Machine Learning Services Dependencies"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user