Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 2ac4f10

Browse files
authored
Merge pull request #28 from tjm00/master
Different extension icon.
2 parents 2019968 + 3cd4324 commit 2ac4f10

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

scala/images/scala-logo-128.png

-17.2 KB
Binary file not shown.

scala/images/scala-logo.png

32 KB
Loading

scala/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scala-lsp",
33
"displayName": "Scala Language Server",
44
"description": "A Scala language server based on Ensime",
5-
"icon": "images/scala-logo-128.png",
5+
"icon": "images/scala-logo.png",
66
"version": "0.1.3",
77
"repository": {
88
"url": "https://github.com/dragos/dragos-vscode-scala"
@@ -107,4 +107,4 @@
107107
"path-exists": "^3.0.0",
108108
"expand-home-dir": "^0.0.3"
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)