diff --git a/.gitattributes b/.gitattributes index fcadb2c..d0c0c4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text eol=lf +*.png binary diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..a8fe831 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index 3a4b001..a405460 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "files": [ "client/out", "client/package.json", + "icon.png", "language-configuration.json", "LICENSE", "syntaxes/hsml.tmLanguage.json", @@ -107,6 +108,7 @@ } ] }, + "icon": "icon.png", "engines": { "node": ">=22.0.0", "vscode": ">=1.101.0"