From 94045ae36fbc371291bb70126e900a950401e3b9 Mon Sep 17 00:00:00 2001 From: Katarzyna Marek Date: Thu, 25 Jul 2024 11:50:58 +0200 Subject: [PATCH] chore: update metals version to v1.3.4 --- packages/metals-vscode/package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/packages/metals-vscode/package.json b/packages/metals-vscode/package.json index cda494ea..3212cd01 100644 --- a/packages/metals-vscode/package.json +++ b/packages/metals-vscode/package.json @@ -220,7 +220,7 @@ "properties": { "metals.serverVersion": { "type": "string", - "default": "1.3.3", + "default": "1.3.4", "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": { @@ -386,26 +386,18 @@ "default": "automatic", "enum": [ "automatic", + "2.13.14", "2.13.13", "2.13.12", "2.13.11", - "2.13.10", - "2.13.9", - "2.13.8", - "2.13.7", "2.12.19", "2.12.18", "2.12.17", "2.12.16", - "2.12.15", - "2.12.14", - "2.12.13", - "2.12.12", "2.11.12", "3.4.0", "3.3.3", - "3.3.1", - "3.2.2" + "3.3.1" ], "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" },