mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Machine Learning Services R Packages (#8870)
* R Package management in Machine learning services extension
This commit is contained in:
@@ -26,6 +26,22 @@
|
||||
"Microsoft.notebook"
|
||||
],
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "%mls.configuration.title%",
|
||||
"properties": {
|
||||
"machineLearningServices.pythonPath": {
|
||||
"type": "string",
|
||||
"default": "python",
|
||||
"description": "%mls.pythonPath.description%"
|
||||
},
|
||||
"machineLearningServices.rPath": {
|
||||
"type": "string",
|
||||
"default": "r",
|
||||
"description": "%mls.rPath.description%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "mls.command.managePackages",
|
||||
@@ -38,6 +54,10 @@
|
||||
{
|
||||
"command": "mls.command.mlsdocs",
|
||||
"title": "%mls.command.mlsdocs%"
|
||||
},
|
||||
{
|
||||
"command": "mls.command.dependencies",
|
||||
"title": "%mls.command.dependencies%"
|
||||
}
|
||||
],
|
||||
"dashboard.tabs": [
|
||||
@@ -77,12 +97,14 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "^2.88.0",
|
||||
"vscode-nls": "^4.0.0",
|
||||
"vscode-languageclient": "^5.3.0-next.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/node": "^10.14.8",
|
||||
"@types/request": "^2.48.1",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha-junit-reporter": "^1.17.0",
|
||||
"mocha-multi-reporters": "^1.1.7",
|
||||
|
||||
Reference in New Issue
Block a user