Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 2d45a3e

Browse files
authored
Adding extension icon (#139)
[32907] * adding .po file * added extension icon * delete locale
1 parent de08372 commit 2d45a3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/icon.png

3.02 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "0.0.0-UNTRACKEDVERSION",
66
"publisher": "__PUBLISHER__",
77
"instrumentationKey": "__AIKEY__",
8+
"icon": "assets/icon.png",
89
"engines": {
910
"vscode": "^1.34.0"
1011
},
@@ -335,4 +336,4 @@
335336
"extensionDependencies": [
336337
"ms-python.python"
337338
]
338-
}
339+
}

0 commit comments

Comments
 (0)