microsoft / AzureDatalakeToolsForVSCode

Azure Datalake Tools For VSCode
Other
10 stars 13 forks source link

Unexpected parameter error due to login containing space character #15

Open sergiozacca opened 6 years ago

sergiozacca commented 6 years ago

I am getting the error "[Info] Failed to get storages due to Unexpected parameter : LastName.msvscode.azuredatalake" when trying to compile a usql code or navigating in data lake store.

My Windows login is "FirstName LastName" (containing a space), it seems that it is getting lost because the folder that the extension is looking for is "C:\Users\FirstName LastName\ .msvscode.azuredatalake", but it is not able to handle with the space, considering it a second parameter, and not a single parameter.