VladislavKosev @JakubMisek I suppose that version will not work for Ubuntu? I get: /root/.vscode-server/extensions/devsense.phptools-vscode-1.0.5229/out/server/Devsense.PHP.LanguageServer failed.
Justin1 VladislavKosev You should be able to solve the double-click excluding the dollar sign by this: "[php]": { "editor.wordSeparators": "!@#%&*()-=+[{]}\|;:'\",.<>/?" }, `
JakubMisek @VladislavKosev double-clicking to select with $ has to be configured with editor.wordSeparators as mentioned above
JakubMisek @VladislavKosev all the versions should work on Ubuntu. Do you have any more details on the error? It should be in VSCode / Help / Developer tools - Console. The fix was also already published on vscode marketplace.
VladislavKosev JakubMisek When I installed it from the store after you released it, it worked. The version that you first gave didn't work, but I never recorded the error.