Request: Add SQLite to available features
Can we please have a new feature added in the list of possible options to have SQLite installed.
The popular VSCode SQLite extension does not work and requires SQLite to be installed, it would be nicer and neater to install this via the features section in the devcontainer.json file, than having to manually install it.
VSCode SQLite Extension
https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite
Install
sudo apt-get update
sudo apt install sqlite3
I had a message from @jkeech on the community DevContainer Slack
We'd love for the community to build this feature
So with that in mind, I think I will try to create my first feature and see how the Developer Experience is like 😄
Released this here if anyone comes across this issue in the future. https://github.com/warrenbuckley/codespace-features#sqlite-sqlite
"features": {
"ghcr.io/warrenbuckley/codespace-features/sqlite:latest": {}
}