Nicolas COMPAIN
d55b2926e8
All checks were successful
continuous-integration/drone/push Build is passing
29 lines
987 B
JSON
29 lines
987 B
JSON
{
|
|
"name": "multi-downloader-client",
|
|
"image": "rg.fr-par.scw.cloud/kubernetes/devcontainer:php-8.3",
|
|
"containerEnv": {
|
|
"MULTI_DOWNLOADER_ACCESS_KEY": "YOUR_API_KEY",
|
|
"MULTI_DOWNLOADER_SECRET_KEY": "YOUR_API_SECRET_KEY"
|
|
// "MULTI_DOWNLOADER_URL": "https://multi-dl.kub.nwb.fr"
|
|
},
|
|
"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",
|
|
"eamodio.gitlens"
|
|
]
|
|
}
|
|
},
|
|
"remoteUser": "vscode",
|
|
"postCreateCommand": "composer install"
|
|
}
|