This repository was archived by the owner on Dec 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.21.0 - 30.08.2018
2
+ * Set elm-make as default makeCommand for 0.18 and earlier (by @jackfranklin )
3
+ * Fix for Elm 0.19, find right project directory (by @norpan )
4
+ * Fix linting for errors for Elm 0.18 (by @jackfranklin )
5
+ * Changes REPL to use integrated terminal for interactivity (by @hakonrossebo )
6
+ * Make compiler errors a little easier to read (by @norpan )
7
+ * Separate example code for 0.18 and 0.19 (by @hakonrossebo )
8
+ * Fixes to omit Elm Oracle for 0.19 and read elm.json (by @hakonrossebo )
9
+ * Using terminal instead of output window to install packages for y/n (by @hakonrossebo )
10
+
1
11
### 0.20.0 - 24.08.2018
2
12
* Snippets: Let expression indentation (elm-format) (by @andys8 )
3
13
* Add ability to configure elm-package locating. (by @jackfranklin )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " elm" ,
3
3
"description" : " Elm Language Support for Visual Studio Code" ,
4
- "version" : " 0.20 .0" ,
4
+ "version" : " 0.21 .0" ,
5
5
"publisher" : " sbrink" ,
6
6
"author" : {
7
7
"name" : " Krzysztof Cieslak"
You can’t perform that action at this time.
0 commit comments