Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/typo3/.devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Homepage: [Github](https://github.com/thucke/devcontainer-templates/tree/main/src/typo3)

>[!CAUTION] Caution Windows WSL Users
>[!CAUTION]
>**Caution Windows WSL Users**
>
>If you want to develop locally on your Windows machine the Windows Subsystem for Linux (WSL) is always involved. It's a well known limitation in WSL that cross platform performance (Windows Host->WSL / WSL->Windows Host) is very sluggish which could cause timeouts e.g. during composer install.
>The reason is that behind the scenes your local git directory is mounted into the running devcontainer which will find yourself and your project immediately facing the upper mentioned issue.
>
Expand Down
4 changes: 3 additions & 1 deletion src/typo3/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ This Devcontainer template is based upon the following ruleset:

![Architecture overview](.devcontainer/img/Devcontainer_FrankenPHP.drawio.png)

>[!CAUTION] Caution Windows WSL Users
>[!CAUTION]
>**Caution Windows WSL Users**
>
>If you want to develop locally on your Windows machine the Windows Subsystem for Linux (WSL) is always involved. It's a well known limitation in WSL that cross platform performance (Windows Host->WSL / WSL->Windows Host) is very sluggish which could cause timeouts e.g. during composer install.
>The reason is that behind the scenes your local git directory is mounted into the running devcontainer which will find yourself and your project immediately facing the upper mentioned issue.
>
Expand Down
4 changes: 3 additions & 1 deletion src/typo3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ This Devcontainer template is based upon the following ruleset:

![Architecture overview](.devcontainer/img/Devcontainer_FrankenPHP.drawio.png)

>[!CAUTION] Caution Windows WSL Users
>[!CAUTION]
>**Caution Windows WSL Users**
>
>If you want to develop locally on your Windows machine the Windows Subsystem for Linux (WSL) is always involved. It's a well known limitation in WSL that cross platform performance (Windows Host->WSL / WSL->Windows Host) is very sluggish which could cause timeouts e.g. during composer install.
>The reason is that behind the scenes your local git directory is mounted into the running devcontainer which will find yourself and your project immediately facing the upper mentioned issue.
>
Expand Down
Loading