Skip to content

Commit

Permalink
Merge pull request #225 from tgodzik/0.8.1
Browse files Browse the repository at this point in the history
Update Metals server version to 0.8.1
  • Loading branch information
tgodzik authored Feb 27, 2020
2 parents 6dea17b + b2bfdc1 commit abff1d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "0.8.0",
"default": "0.8.1",
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window.\n\n**Change only if you know what you're doing**"
},
"metals.serverProperties": {
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ to learn how to speed up build import.

### Importing changes

When you change your `build.sbt` or sources under `project/`, you will be
prompted to re-import the build.
When you change `build.sbt` or sources under `project/`, you will be prompted to
re-import the build.

![Import sbt changes](https://i.imgur.com/72kdZkL.png)

Expand Down Expand Up @@ -231,7 +231,7 @@ formatted by Metals:
![format-on-paste](https://i.imgur.com/yJLAIxQ.gif)

To enable this feature you need to enable formatting on paste in Visual Studio
Code by checking `Editor: Format On PAste`:
Code by checking `Editor: Format On Paste`:

![format-on-paste](https://i.imgur.com/OaBxwer.png)

Expand Down

0 comments on commit abff1d3

Please sign in to comment.