derfony thank you for trying the update, I'll be happy for any other feedback :)

    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.

    derfony Thank you! will be fixed

    note for me:

       at Devsense.PHP.Syntax.TreeVisitor.VisitBinaryEx(Devsense.PHP.Syntax.Ast.BinaryEx)
       at Devsense.PHP.Refactoring.Visitors.ContextVisitor.VisitElement(Devsense.PHP.Syntax.Ast.ILangElement)
      9 months later

      Hi @JakubMisek ,

      I also stumbled across a similar issue, starting randomly yesterday evening.
      The only thing I can imagine that might has a relation to this is adding javascript to my project. However, I don't belive this is the problem.

      I am currently running on a trial for the premium, as I thought about buying the full license, but this was activated today because I thought the issue might be related somehow with not being premium.

      https://bin.uhl.cloud/?08352741bfa11a40#8GriUVd9wnXTk963A13KXVNtb3KA5iY42Uzqb95BAUVu

      Would be nice to get a quick support on this one :).

      // Luca

      LucaWelker thank you very much for the log; I'll take a look if we can fix it quickly.

        LucaWelker just released pre-release 1.42.14700 which fixes related issues; it should fix this one as well.

        Please let me know if it helps. Thanks!

          LucaWelker you're right, we didn't push this change into the pre-release yet - working on it! thank you!

            LucaWelker The pre-release 1.42.14705 includes the fixes. Thank you again for your time!

              Hi @JakubMisek,

              sorry for the late reply, I was a few days off.
              It seems to work now fine - thanks a lot for your efforts!

              // Luca

              Write a Reply...