Skip to content

Commit bb2ad85

Browse files
author
Kornel Horvath
committed
Use updates from Daniel Finke
Use updates from Daniel Finke's vscode_erlang repository: https://github.com/danielfinke/vscode_erlang * Remove Erlang binaries and compile Erlang counterpart of the extension on-the-fly at the first usage per Visual Studio Code instance * Fix syntax highlight: comma is not needed in `-define` on the same line as macro name * Remove `pgoconsoloe` and use `erlang` output channel only
1 parent 5f950a0 commit bb2ad85

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

3+
## Version 0.6.0 (January 23, 2020)
4+
5+
Use updates from [Daniel Finke](https://github.com/danielfinke)'s
6+
[vscode_erlang](https://github.com/danielfinke/vscode_erlang) repository:
7+
8+
* Remove Erlang binaries and compile Erlang counterpart of the extension
9+
on-the-fly at the first usage per Visual Studio Code instance
10+
* Fix syntax highlight: comma is not needed in `-define` on the same line as
11+
macro name
12+
* Remove `pgoconsoloe` and use `erlang` output channel only
13+
314
## Version 0.5.2 (March 2, 2019)
415
### Bug fix
516
* [PR #129](https://github.com/pgourlain/vscode_erlang/pull/129)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "erlang",
33
"description": "Erlang language extension for Visual Studio Code",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"icon": "images/icon.png",
6-
"publisher": "pgourlain",
6+
"publisher": "KornelHorvath",
77
"engines": {
88
"vscode": "^1.23.0"
99
},

0 commit comments

Comments
 (0)