mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Add a complete devcontainer setup to enable one-click development environment setup in VS Code with all dependencies and services pre-configured.
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"recommendations": [
|
|
"bmewburn.vscode-intelephense-client",
|
|
"xdebug.php-debug",
|
|
"editorconfig.editorconfig"
|
|
]
|
|
}
|