mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
ML - displaying all Python and R packages (including system ones) (#10603)
* displaying all packages including readonly
This commit is contained in:
@@ -38,6 +38,7 @@ export interface IJupyterServerInstallation {
|
||||
export interface IPackageDetails {
|
||||
name: string;
|
||||
version: string;
|
||||
readonly?: boolean;
|
||||
}
|
||||
|
||||
export interface IPackageTarget {
|
||||
|
||||
Reference in New Issue
Block a user