features icon indicating copy to clipboard operation
features copied to clipboard

Request: Add SQLite to available features

Open warrenbuckley opened this issue 3 years ago • 1 comments

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

warrenbuckley avatar Nov 15 '22 13:11 warrenbuckley

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 😄

warrenbuckley avatar Nov 15 '22 21:11 warrenbuckley

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": {}
}

warrenbuckley avatar Dec 14 '22 10:12 warrenbuckley