diff --git a/squawk-vscode/icon.png b/squawk-vscode/icon.png new file mode 100644 index 00000000..271e5d95 Binary files /dev/null and b/squawk-vscode/icon.png differ diff --git a/squawk-vscode/package.json b/squawk-vscode/package.json index e326006c..54c8ac94 100644 --- a/squawk-vscode/package.json +++ b/squawk-vscode/package.json @@ -6,12 +6,20 @@ "type": "git", "url": "https://github.com/sbdchd/squawk.git" }, + "icon": "icon.png", "author": "Squawk Team & Contributors", "license": "(Apache-2.0 OR MIT)", - "version": "0.0.1", + "version": "0.0.2", "engines": { "vscode": "^1.101.0" }, + "preview": true, + "keywords": [ + "postgres", + "postgreSQL", + "linter", + "sql" + ], "categories": [ "Programming Languages", "Linters"