Skip to content

Commit

Permalink
Merge pull request #1546 from tgodzik/update-release
Browse files Browse the repository at this point in the history
chore: Update Metals release
  • Loading branch information
tgodzik authored Oct 24, 2024
2 parents 69d2cba + b958202 commit aa42fd4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "1.3.5",
"default": "1.4.0",
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window. \n\n**VS Code extension version is guaranteed to work only with the default version, change if you know what you're doing**"
},
"metals.serverProperties": {
Expand Down Expand Up @@ -283,7 +283,6 @@
"type": "string",
"default": "17",
"enum": [
"11",
"17",
"21"
],
Expand Down Expand Up @@ -391,18 +390,26 @@
"default": "automatic",
"enum": [
"automatic",
"2.13.15",
"2.13.14",
"2.13.13",
"2.13.12",
"2.13.11",
"2.12.20",
"2.12.19",
"2.12.18",
"2.12.17",
"2.12.16",
"2.11.12",
"3.5.2",
"3.5.1",
"3.5.0",
"3.4.3",
"3.4.2",
"3.4.1",
"3.4.0",
"3.3.3",
"3.3.2"
"3.3.4",
"3.3.3"
],
"markdownDescription": "The Scala compiler version that is used as the default or fallback in case a file doesn't belong to any build target or the specified Scala version isn't supported by Metals.\n\nThis applies to standalone Scala files, worksheets, and Ammonite scripts.\n\n The `automatic` value means that the Scala version for these files will be inferred from the highest supported Scala version in your projects build definition"
},
Expand Down

0 comments on commit aa42fd4

Please sign in to comment.