diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-03-19 09:15:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 09:15:38 +0100 |
commit | cfca735056287d5de2c2d4b9feed7bf1a5c323e0 (patch) | |
tree | 44ff4d3eff9a3ed475bf5cc9e45fc58b41ee25a9 | |
parent | d9e13509003fc8e58e6263ff352680fa3f2844ea (diff) | |
parent | e64fee828c5821545fb6a644c6476163e98c9989 (diff) | |
download | nextcloud-server-cfca735056287d5de2c2d4b9feed7bf1a5c323e0.tar.gz nextcloud-server-cfca735056287d5de2c2d4b9feed7bf1a5c323e0.zip |
Merge pull request #44260 from RajeevDash007/dev-docs
-rw-r--r-- | .devcontainer/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/README.md b/.devcontainer/README.md index da540711fc8..46494103af3 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -4,7 +4,7 @@ Make sure you have the [VSCode DevContainer](https://code.visualstudio.com/docs/devcontainers/containers) extensions installed. If you open the project, VSCode will ask you if you want to open it inside of the DevContainer. If that's not the case, use <kbd>F1</kbd>→*Dev Containers: Open Folder in Container*. -Alternatively open the project directly in [GitHub Codespaces](https://github.com/features/codespaces). +Alternatively open the project directly in [GitHub Codespaces](https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=60243197&skip_quickstart=true). That's already it. Everything else will be configured automatically by the Containers startup routine. @@ -69,4 +69,4 @@ any other user. The Apache webserver is already configured to automatically try to connect to a debugger process listening on port `9003`. To start the VSCode debugger process, use the delivered debug profile `Listen for XDebug`. After you started the VSCode debugger, just navigate to the appropriate Nextcloud URL to get your -debug hits.
\ No newline at end of file +debug hits. |