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

Expand extension association #14

Closed Maruchero closed 2 years ago

Maruchero commented 2 years ago

Awesome extension! But why can't it be compatible with more file extensions?

There are many different extensions for sqlite files, as told by Wikipedia:

qwtel commented 2 years ago

Extensions like .db are too generic for a hard association with sqlite viewer. However, you can define custom file associations through vscode itself.

Maruchero commented 2 years ago

Ok, thanks