databricks/databricks-vscode

Profile names including "." do not work for authentication

Closed this issue · 1 comments

Profile names including . do not work when configuring the extension. I'm getting the following error message:

Connection using "Profile 'X.Y.Z'" failed with error: "resolve: C:\Users\me.databrickscfg has no X.Y.Z profile configured. Config: profile=X.Y.Z"."

This is due to an open bug in the ini parser that we are using npm/ini#60