grocy/.vscode/extensions.json
Michael Gasparelli ec81176515 Set up devcontainer for local dev
Add a complete devcontainer setup to enable one-click development
environment setup in VS Code with all dependencies and services
pre-configured.
2025-11-30 12:24:06 -05:00

8 lines
122 B
JSON

{
"recommendations": [
"bmewburn.vscode-intelephense-client",
"xdebug.php-debug",
"editorconfig.editorconfig"
]
}