netzknecht Today, on rebuilding my VSC development container with your awesome PHP tools, I've got an "Couldn't start client PHP Language Server" error. When the PHP tools VSC extension tries to resolve the missing "dotnet" dependency it fails, because the download locations obviously are gone ("BlobNotFoundThe specified blob does not exist."): PHP Tools extension started. Couldn't resolve requested PHP version '8.3' ... using default Found PHP, version: 8.3.13, Xdebug: not loaded. Info: 'dotnet' runtime is missing. Downloading PHP Tools dependencies (linux-x64-1.7.8766) ... URL: https://devsenseblob.azureedge.net/phptools/vscode/linux-x64-1.7.8766.zip Download failure: status code '404' URL: https://devsense.blob.core.windows.net/phptools/vscode/linux-x64-1.7.8766.zip Download failure: status code '404' Error: 404 PHP language server started. Thank you for your effort to make it work again.
JakubMisek netzknecht sorry for the trouble, and thank you for reporting the issue. It seems VS Code Marketplace unlisted linux-x64 version of our extension! Please update to the latest release version which includes linux-x64 (just tested).
netzknecht Just now I realized the "xdebug not found" part of the message and I found out, that the docker base image I used has changed and removed the xdebug extension by default. So I've added an insall command for xdebug inside the dockerfile and everything works again. Perhaps, you should despite it to check the broken links.