cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.46k stars 280 forks source link

Dialog for editing a column doesn't appear #1146

Closed DarrellBrogdon closed 4 months ago

DarrellBrogdon commented 4 months ago

Steps to Reproduce:

  1. Click "Edit Table"
  2. Double-click a column name

Expected Behavior:

A dialog to edit the column should appear

What Actually Happens:

The editor window goes dark but otherwise nothing changes. If you hit the "Escape" key then you can briefly see the dialog appear and then disappear.

https://github.com/cweijan/vscode-database-client/assets/196196/8b05cb5e-5cbc-4de8-b112-798017ef738c

cweijan commented 4 months ago

SQLite does not support editing columns, I will display an error message in the next version.