File tree 4 files changed +432
-555
lines changed
4 files changed +432
-555
lines changed Original file line number Diff line number Diff line change 16
16
# This is needed to enable testing VS Code on Travis, as per
17
17
# https://code.visualstudio.com/docs/extensions/testing-extensions#_running-tests-automatically-on-travis-ci-build-machines
18
18
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 &
23
23
fi
24
-
25
24
install :
26
25
- npm install
27
26
- npm run vscode:prepublish
Original file line number Diff line number Diff line change
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
+
1
7
### 0.0.28
2
8
3
9
* remove unused ` lsp ` flag (@bubba )
You can’t perform that action at this time.
0 commit comments