Steps to reproduce:
- Right click on folder with sqlite files.
- Open with VS Code
- Open sqlite file from Explorer
- Note that
shm and wal files are now visible in explorer
- Close tab that is showing database using the View
Expected Result: shm and wal files would be removed the same as when typing .exit from the sqlite3 cli.
Actual Result: shm and wal files still present on disk
Special Note: My sqlite files are named with a .dat extension. Sqlite files can have any extension. Hopefully the behaviour described above is not driven by assumptions on the file extension names.