Schönes Wochenende!
Did you realize the layout change in #TYPO3 Extension Repository?
With great and important support by Alex Hahn we finished the refresh today after 4 weeks of work.
RE: https://norden.social/@s2b/116470762974924916
If you have installed vscode(ium) via flatpack and you want to use ddev for fluid live analysis, you can configure:
```
"fluid.bin.typo3.path": "flatpak-spawn",
"fluid.bin.typo3.args": [
"--host",
"ddev",
"typo3"
],
```