JakubMisek Hi Jakub, here's another stack trace: https://zerobin.net/?9462ce76ce9dec98#stFm2QvzXpvRSsvFbzsEJ5n/ys1n2CIwQ+vLunmq35c=
As you can see in the trace, I'm now running 1.33.12934
. So what happens? For the workspace I'm working on I set "php.problems.scope": "user",
and also set "files.watcherExclude"
to "**/var/**": true,
(as this is the directory, that while running the TYPO3-installation using ddev and docker will contain generated code) although I'm not sure this has any effect on the php tools. After starting VSCode with this workspace files will now be scanned quietly in the background, the number of files that contain problems like calls of deprecated functions and are marked in the filebrowser grows, as does the number of problems in the problems tab of the bottom panel. Now when I open any php file the language server crashes. When I scroll through the file the server crashes again and again until it is eventually shut down.