diff --git a/packages/vscode/icon.png b/packages/vscode/icon.png index 44582d7..3b9986c 100644 Binary files a/packages/vscode/icon.png and b/packages/vscode/icon.png differ diff --git a/packages/vscode/package.json b/packages/vscode/package.json index fa63eb3..cf1f756 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -3,7 +3,7 @@ "displayName": "Rstack", "version": "0.1.0", "private": true, - "description": "Editor support for the Rstack toolchain: Rslint, Rstest and rs fmt", + "description": "All Rstack tool integrations for VS Code.", "categories": [ "Linters", "Testing", @@ -16,6 +16,9 @@ "rsfmt", "typescript" ], + "bugs": { + "url": "https://github.com/rstackjs/rstack-editor/issues" + }, "repository": { "type": "git", "url": "git+https://github.com/rstackjs/rstack-editor.git"