mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Display the installed Python version above the package versions in the manage packages dialog. (#19551)
This commit is contained in:
@@ -82,12 +82,12 @@ export class AddNewPackageTab {
|
||||
}, {
|
||||
component: this.newPackagesNameLoader,
|
||||
title: localize('managePackages.packageNameTitle', "Package Name")
|
||||
}, {
|
||||
component: this.newPackagesVersionsLoader,
|
||||
title: localize('managePackages.packageVersionTitle', "Package Version")
|
||||
}, {
|
||||
component: this.newPackagesSummaryLoader,
|
||||
title: localize('managePackages.packageSummaryTitle', "Package Summary")
|
||||
}, {
|
||||
component: this.newPackagesVersionsLoader,
|
||||
title: localize('managePackages.packageVersionTitle', "Supported Package Versions for Python {0}", this.jupyterInstallation.installedPythonVersion)
|
||||
}, {
|
||||
component: this.packageInstallButton,
|
||||
title: ''
|
||||
|
||||
Reference in New Issue
Block a user