mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adding lists support in text component (#17065)
* Adding lists support in text component * Fixing get textType * Code cleanup * Combining values into value
This commit is contained in:
@@ -183,7 +183,7 @@ export class AddNewPackageTab {
|
||||
|
||||
|
||||
private async doPackageInstall(): Promise<void> {
|
||||
let packageName = this.newPackagesName.value;
|
||||
let packageName = this.newPackagesName.value as string;
|
||||
let packageVersion = this.newPackagesVersions.value as string;
|
||||
if (!packageName || packageName.length === 0 ||
|
||||
!packageVersion || packageVersion.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user