Initial commit
This commit is contained in:
25
.devcontainer/devcontainer.json
Normal file
25
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "model-lib-php",
|
||||
"image": "rg.fr-par.scw.cloud/kubernetes/devcontainer:php-8.2",
|
||||
"containerEnv": {
|
||||
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"felixfbecker.php-debug",
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"axetroy.vscode-markdown-script",
|
||||
"VisualStudioExptTeam.vscodeintellicode",
|
||||
"stevencl.addDocComments",
|
||||
"usernamehw.errorlens",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"GitHub.copilot-nightly",
|
||||
"GitHub.copilot-chat",
|
||||
"Gruntfuggly.todo-tree"
|
||||
]
|
||||
}
|
||||
},
|
||||
"remoteUser": "vscode",
|
||||
"postCreateCommand": "composer install"
|
||||
}
|
||||
Reference in New Issue
Block a user