-4
Vscode by default cannot open this type of file.
In fact, several other extensions and even languages are not recognized by it, for that it is necessary to install extensions in the same.
There are specific programs to open a Sqlite file, but if you want to open it in Vscode itself, one possibility is to install the Sqlite extension:
https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite
I installed the extension, thank you. I gave some commands that spoke in the documentation, delete db and created again, but the file remains 'format-free'... Have any other suggestions?
– Caetano Souza
I only know this extension, probably there are others, you need to tell the extension which file you want to open and it will give you some options regarding the open file, including displaying the tables present in the file. You can also choose to use a specific program for this, such as sqlitestudio.
– Daniel Mendes