mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
* Prompt for password once when the sql instance password doesn't work for hdfs. If the user provides the correct password, connect and continue, else show Unauthorized node. * Removed the hardcoded bad password * Added check for empty folder scenarios * Added ErrorStatusCode as property of TreeNode. Checking for the error code instead of the error string to avoid localization issues * type fixed * implemented hasExpansionError