diff --git a/packages/metals-vscode/package.json b/packages/metals-vscode/package.json index da6e32bf..35f23690 100644 --- a/packages/metals-vscode/package.json +++ b/packages/metals-vscode/package.json @@ -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": { @@ -283,7 +283,6 @@ "type": "string", "default": "17", "enum": [ - "11", "17", "21" ], @@ -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" },