qwtel / sqlite-viewer-vscode

A quick and easy SQLite viewer for VSCode, inspired by DBBrowser for SQLite and Airtable.
https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer
Other
167 stars 13 forks source link

extension locks files even after the view is closed (windows) #72

Closed kaminskypavel closed 1 month ago

kaminskypavel commented 1 month ago

Hey, first of all - great extension! really 10x my productivity 👍

the issue im having is (as described in the title), even when the view is closed, i cannot update/delete the file since its getting locked with python.exe, so i have to manually kill the process first.

image

qwtel commented 1 month ago

this extension is not using python or locking files for that matter

kaminskypavel commented 1 month ago

:/ sorry about that