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

Commit

Permalink
⬆️ felixfbecker/language-server to 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 11, 2018
1 parent 4092ec4 commit c96f374
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.7.16

- Update language server to 5.4.4

## v0.7.15

- Update language server to 5.4.2
Expand Down
96 changes: 72 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/2313702/php-ls-5.4.2.tar.gz'
const serverDownloadSize = 2878768
const serverDownloadUrl = 'https://github.com/atom/ide-php/files/2569304/php-ls-5.4.4.tar.gz'
const serverDownloadSize = 3056785
const serverLauncher = path.join('felixfbecker', 'language-server', 'bin', 'php-language-server.php')
const minPHPRuntime = '7.0'
const bytesToMegabytes = 1024 * 1024
Expand Down

0 comments on commit c96f374

Please sign in to comment.