datafe / sqltools-hive-vscode-extension

This is a SQLTools plugin to integrate with Hive. Providing for running Hive SQL and getting results, SQL formatting, generating SQL statements and SQL completion.
MIT License
2 stars 0 forks source link

Using a connection forces you to sign in #5

Open alberttwong opened 4 months ago

alberttwong commented 4 months ago

I use a connection without username and password. This screen shouldn't appear.

Screenshot 2024-07-18 at 4 12 34 PM

samuelhsin commented 4 months ago

I'll fix this. https://github.com/datafe/sqltools-hive-vscode-extension/blob/main/src/extension.ts

alberttwong commented 4 months ago

Let me know when it is done so I can help test