Skip to content

Commit 0d6c537

Browse files
authored
Merge pull request #170 from alanz/lsp-3.15
Bump protocol version to 3.15 prerelease
2 parents c4a234b + 7aa09d4 commit 0d6c537

File tree

4 files changed

+432
-555
lines changed

4 files changed

+432
-555
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ os:
1616
# This is needed to enable testing VS Code on Travis, as per
1717
# https://code.visualstudio.com/docs/extensions/testing-extensions#_running-tests-automatically-on-travis-ci-build-machines
1818
before_install:
19-
- if [ $TRAVIS_OS_NAME == "linux" ]; then
20-
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
21-
sh -e /etc/init.d/xvfb start;
22-
sleep 3;
19+
- |
20+
if [ $TRAVIS_OS_NAME == "linux" ]; then
21+
export DISPLAY=':99.0'
22+
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2323
fi
24-
2524
install:
2625
- npm install
2726
- npm run vscode:prepublish

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.0.29
2+
3+
* bump protocol version to 3.15 (prerelease) (@alanz)
4+
* upgrade deps, including avoiding vulnerabilities on lodash (@alanz)
5+
* warn about compile time and wrapped hie (@janat08)
6+
17
### 0.0.28
28

39
* remove unused `lsp` flag (@bubba)

0 commit comments

Comments
 (0)