aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer
Commit message (Collapse)AuthorAgeFilesLines
* Disable basic PHP completion in CodespaceLukas Reschke2021-02-221-1/+4
| | | | | | | | | This competes with the completions provided by https://github.com/felixfbecker/vscode-php-intellisense. Thus disabling the completions is recommended. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Set overwriteprotocol to HTTPS in CodespaceLukas Reschke2021-02-151-0/+1
| | | | | Codespace is serving everything only as HTTPS. To keep the URLs valid, we also need to overwrite the protocol. (otherwise e.g. you can't develop the SAML app as the URLs are invalid) Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => ↵Konrad Abicht2021-02-091-1/+1
| | | | | | php7.4-apcu) Signed-off-by: Konrad Abicht <hi@inspirito.de>
* Install more PHP modules by defaultLukas Reschke2021-02-082-1/+7
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Hard-code SMTP configurationLukas Reschke2021-02-081-4/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add initial support for GitHub codespacesLukas Reschke2021-02-085-0/+104
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>