cytopia
cytopia
I guess this is something that you probably also want to have in docker-sync or? Can imagine that performance on this will also degrade otherwise.
# Docker Sync Support (PR open) @bsormagec @vzlatev @richdel @mad99 @johnwbaxter @ericfynnmaier @vielhuber @jeffwhitfield @anselmdk @krebbi @chiribuc @OksanaRomaniv @akuehn @lesteak @Yame- @ohrlab I have created a first working draft including...
@buderus199 Did you adjust (uncomment) the `sync_strategy` according to what is required for Windows? https://github.com/cytopia/devilbox/pull/535/files#diff-09bf18a28f8967be55bc552a00f967dfR32
@buderus199 If the docker-sync command stales, its probably something to ask these guys: https://github.com/EugenMayer/docker-sync/
The performance is still an issue with MacOS itself - they haven't improved it yet (since years). The workaround using docker-sync is still blocked by this missing feature: https://github.com/EugenMayer/docker-sync/issues/649
@Ernestopheles it seems to have been covered with this PR already: https://github.com/cytopia/devilbox/pull/877/files
> if I just want to "connect" VSCode to PHP in the Devilbox container and not use XDebug? What is the reason or what is this useful for, If I...
@mozgbrasil @robots4life @Cipa as this is very VSCode specific and I've never used it, I am unfortunately out of any help to you guys. I would suggest to get support...
If you are in the Devilbox directory, you can use it as such: ``` docker-compose exec -T --user devilbox php php -v ```
@boumanb thanks for the detailed post. One more thing to sort is how to actually make the terminal start up as the `devilbox` user instead of root. The `devilbox` user...