From e2c979d8ab0f2d4a8db159ba1abe0e4f9b9429f6 Mon Sep 17 00:00:00 2001 From: SeeBasTStick <sebastian.stock@hhu.de> Date: Wed, 26 Aug 2020 11:56:03 +0200 Subject: [PATCH] prepared 1.1.1 --- CHANGELOG.md | 9 ++++++++- README.md | 9 +++++---- package.json | 5 ++--- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4eecd..0693c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,4 +80,11 @@ - debug mode is now disabled by default - debug console will now behave more reasonable behavior -- updated server version to take care of windows and mac problems \ No newline at end of file +- updated server version to take care of windows and mac problems + +## [1.1.1] + +- fixed bug where problems from sub machines where shown in the main machine +- added a opical feedback when an evaluation is finished +- added .rmch file extensions (still pretty much a prototype regarding coloring) +- added file icons to identify files which can be processed by this plugin, note that icon themes are exclusive, selecting the new theme will disable all other themes: https://github.com/microsoft/vscode/issues/14662 \ No newline at end of file diff --git a/README.md b/README.md index 0666ce2..f0c1f71 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,9 @@ The language server can be found here https://github.com/SeeBasTStick/b-language ## Release Notes -### 1.0.1 +### 1.1.1 -- debug mode is now disabled by default -- debug console will now behave more reasonable -- updated server version to take care of windows and mac problems; server will now use process builder and handle process output properly \ No newline at end of file +- fixed bug where problems from sub machines where shown in the main machine +- added a opical feedback when an evaluation is finished +- added .rmch file extensions (still pretty much a prototype regarding coloring) +- added file icons to identify files which can be processed by this plugin, note that icon themes are exclusive, selecting the new theme will disable all other themes: https://github.com/microsoft/vscode/issues/14662 \ No newline at end of file diff --git a/package.json b/package.json index 35bcd43..b29b821 100644 --- a/package.json +++ b/package.json @@ -97,8 +97,7 @@ ".mch", ".def", ".imp", - ".ref", - ".rmch" + ".ref" ], "aliases": [ "B", @@ -138,7 +137,7 @@ "path": "./snippets/rmchAddOn_snippets.json" } ], - "iconThemes": [ + "icons": [ { "id": "b", "label": "B", -- GitLab