Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Try alternative version of language server packaging without symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Sep 14, 2017
1 parent 834aa9e commit 7b1cd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const path = require('path')
const {shell} = require('electron')
const {AutoLanguageClient, DownloadFile} = require('atom-languageclient')

const serverDownloadUrl = 'https://github.com/atom/ide-php/files/1294796/php-ls-4.6.0.tar.gz'
const serverDownloadSize = 4664533
const serverDownloadUrl = 'https://github.com/atom/ide-php/files/1301523/php-ls.4.6.0.tar.gz'
const serverDownloadSize = 4480244
const serverLauncher = path.join('felixfbecker', 'language-server', 'bin', 'php-language-server.php')

class PHPLanguageClient extends AutoLanguageClient {
Expand Down

0 comments on commit 7b1cd4d

Please sign in to comment.