Results 199 comments of Filip Š

@krzysztof113 This is already #2214 for this.

@hegemonic All file conflicts are now fixed. Can this be merged?

> If we do this, I think we should provide a more general mechanism for linking directly to external types. See #534 for some (very old, very possibly harebrained) ideas...

Do you know when it will work again?

Any update? Firefox also uses Web Extensions so @harshjv probably just need to publish it to firefox Add-ons store.

You should also add support for [ZeroNet](https://zeronet.io/). It is a decentralized web platform. It allows decentralized, open, free and uncensorable websites using [Bitcoin cryptography and BitTorrent network](https://docs.google.com/presentation/d/1_2qK1IuOKJ51pgBvllZ9Yu7Au2l551t3XBgyTSvilew/pub?start=false&loop=false&delayms=3000).

**This will not work. See [my newer comment](https://github.com/codenvy/codenvy/issues/2683#issuecomment-418457988).** --- I added the following line to `~/.bashrc`: ```bash (cd /home/user/che/ls-php/php-language-server && composer install) &> /dev/null ``` It should install language server...

Other "solution" that may work is to run [PHP Language Server installation script](https://github.com/eclipse/che/blob/master/agents/ls-php/src/main/resources/installers/5.4.0/org.eclipse.che.ls.php.script.sh) from Eclipse Che remository. If this not works, try to delete `/home/user/che/ls-php/` and then run script. ```bash...

@dimaldim Try few more times and restart workspace. My solution sometimes not works and you should try it few more times. We still have to wait for official fix.

@riuvshin @eivantsov Is there official fix that always works?