Skip to content
Snippets Groups Projects
Commit e2c979d8 authored by SeeBasTStick's avatar SeeBasTStick
Browse files

prepared 1.1.1

parent a80a5942
No related branches found
No related tags found
No related merge requests found
......@@ -81,3 +81,10 @@
- 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
## [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
......@@ -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
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment