paiqo / Databricks-VSCode

VSCode extension to work with Databricks
GNU General Public License v3.0
123 stars 27 forks source link

Getting this error while trying to create connection #151

Closed harshitgoyal closed 1 year ago

harshitgoyal commented 1 year ago

Error running command databricksConnections.refresh: command 'databricksConnections.refresh' not found. This is likely caused by the extension that contributes databricksConnections.refresh.

I am using Windows machine.

gbrueckl commented 1 year ago

I assume something went wrong when starting the extension. This is usually related to some wrong/missing [connection] configuration you can also check the logs to see what might went wrong: image

zhenghw0226 commented 1 year ago

this one should be the same as https://github.com/paiqo/Databricks-VSCode/issues/149

i encountered the same issue before, then i uninstalled and re installed a new VSCode, now it works!

gbrueckl commented 1 year ago

there can actually be a lot of different reasons why it fails to initialize, usually it is related to some misconfiguration of the extension or of VSCode in general

as I cannot pinpoint the root cause and the original creator also did not provide any further information, I am closing this bug