Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text eol=lf
*.png binary
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"files": [
"client/out",
"client/package.json",
"icon.png",
Comment thread
Shinigami92 marked this conversation as resolved.
"language-configuration.json",
"LICENSE",
"syntaxes/hsml.tmLanguage.json",
Expand Down Expand Up @@ -107,6 +108,7 @@
}
]
},
"icon": "icon.png",
"engines": {
"node": ">=22.0.0",
"vscode": ">=1.101.0"
Expand Down