Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Upgrade VS Code Metals, the Scala language client, to version 1.9.6 (#…
Browse files Browse the repository at this point in the history
…685)

Signed-off-by: sideeffffect <ondra.pelech@gmail.com>
  • Loading branch information
sideeffffect committed Nov 12, 2020
1 parent b64039f commit abe0d18
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
apiVersion: v2
publisher: scalameta
name: metals
version: 1.9.4
version: 1.9.6
type: VS Code extension
displayName: Scala (Metals)
title: Scala language server with rich IDE features
description: This plug-in provides support for Scala development via the Metals language server.
icon: https://raw.githubusercontent.com/scalameta/metals-vscode/v1.9.4/images/logo.png
icon: https://raw.githubusercontent.com/scalameta/metals-vscode/v1.9.6/images/logo.png
repository: https://github.com/scalameta/metals-vscode
category: Language
firstPublicationDate: "2020-09-21"
firstPublicationDate: "2020-11-10"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-scala:0.9.0-b92a5f9"
- image: "quay.io/eclipse/che-plugin-sidecar:scala-0275d91"
name: vscode-metals
memoryLimit: "1500Mi"
volumes:
- name: sbt
mountPath: "/home/theia/.sbt"
- name: ivy2
mountPath: "/home/theia/.ivy2"
- name: coursier
mountPath: "/home/theia/.cache/coursier"
- name: metals
mountPath: "/home/theia/.cache/metals"
- name: bloop
mountPath: "/home/theia/.cache/bloop"
- name: sbt
mountPath: "/home/theia/.sbt"
- name: ivy2
mountPath: "/home/theia/.ivy2"
- name: cache
mountPath: "/home/theia/.cache"
extensions:
- https://github.com/scala/vscode-scala-syntax/releases/download/0.4.5/scala-lang.scala-0.4.5.vsix
- https://github.com/scalameta/metals-vscode/releases/download/v1.9.4/scalameta.metals-1.9.4.vsix
- https://github.com/scalameta/metals-vscode/releases/download/v1.9.6/scalameta.metals-1.9.6.vsix
2 changes: 1 addition & 1 deletion v3/plugins/scalameta/metals/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.4
1.9.6
4 changes: 2 additions & 2 deletions vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@
},
{
"repository": "https://github.com/scalameta/metals-vscode",
"revision": "v1.9.4",
"revision": "v1.9.6",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-scala:0.9.0-b92a5f9",
"image": "quay.io/eclipse/che-plugin-sidecar:scala-0275d91",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-scala"
}
Expand Down

0 comments on commit abe0d18

Please sign in to comment.