Alex Covizzi

Results 14 comments of Alex Covizzi

Hi @pongbao, unfortunately right now I am not actively working on adding new functionalities in the extension since I don't really have the time, however if you are willing to...

Alright, this should be fixed in 0.14.1

Actually no, I referenced the wrong issue in the PR, this is still open

Hi @je-bugshell and @mika76 , I remember trying to implement this some time ago, but for some reason I dropped the idea for some reason (maybe something wasn't working as...

Hi @rwattscb! So I don't have any way to test this, but I've found that on MacOS the shortcut to close VScode is `cmd + W`, did you by any...

Hi @jeffesp! Thanks for the contribution! Can you separate the DROP query and the CREATE query in two different commands as suggested in #145?

I see, can I ask you how you use the generated DROP&CREATE query? Do you generate it and then just run it or do you copy and paste it on...

I'll see what i can do, but this will probably take some time to implement and can only be done for the Show Table and not for every query

I can add a `Drop Table` option, but I'm not really sure how I could add a `Create Table` option in a useful way

Do you mean providing the query to create an already existing table? Because in that case they are already available from the sqlite_master table and there is a `Show sqlite_master`...