Skip to content

Commit 5f15267

Browse files
Added icon
1 parent 4a83262 commit 5f15267

4 files changed

Lines changed: 12 additions & 19 deletions

File tree

.vscodeignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

images/icon.png

5.09 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
"name": "parse-tree",
33
"displayName": "Parse tree",
44
"description": "Access document syntax using tree-sitter",
5-
"version": "0.55.0",
5+
"version": "0.56.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/pokey/vscode-parse-tree"
9+
"url": "git+https://github.com/pokey/vscode-parse-tree.git"
1010
},
11+
"icon": "images/icon.png",
12+
"main": "./out/extension.js",
13+
"files": [
14+
"out",
15+
"parsers",
16+
"images",
17+
"CHANGELOG.md"
18+
],
1119
"license": "MIT",
1220
"extensionKind": [
1321
"ui",
@@ -72,7 +80,6 @@
7280
"onLanguage:yaml",
7381
"onLanguage:zig"
7482
],
75-
"main": "./out/extension.js",
7683
"capabilities": {
7784
"untrustedWorkspaces": {
7885
"supported": true

0 commit comments

Comments
 (0)