diff --git a/icon.png b/icon.png new file mode 100644 index 00000000..995740b3 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index ccbf60f6..bfbadd2e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,16 @@ "description": "VDF language support for VSCode", "version": "0.0.2", "publisher": "pfwobcke", + "icon": "icon.png", + "galleryBanner": { + "color": "#222222", + "theme": "dark" + }, + "categories": [ + "Formatters", + "Linters", + "Programming Languages" + ], "repository": { "type": "git", "url": "https://github.com/cooolbros/vscode-vdf"