mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
ML - Updating sqlmlutil to fix R package management (#11432)
Updating sqlmlutil to fix R package management
This commit is contained in:
@@ -35,14 +35,14 @@ export class Config {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the config value of required python packages
|
||||
* Returns the config value of required python packages. The order of the packages is based on the order they should install
|
||||
*/
|
||||
public get requiredSqlPythonPackages(): PackageConfigModel[] {
|
||||
return this._configValues.sqlPackageManagement.requiredPythonPackages;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the config value of required r packages
|
||||
* Returns the config value of required r packages. The order of the packages is based on the order they should install
|
||||
*/
|
||||
public get requiredSqlRPackages(): PackageConfigModel[] {
|
||||
return this._configValues.sqlPackageManagement.requiredRPackages;
|
||||
|
||||
Reference in New Issue
Block a user