diff --git a/README.md b/README.md index 52b97dc8..8dcc638a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +
+ +
+ ![Build Status](https://github.com/Shopify/vscode-ruby-lsp/workflows/CI/badge.svg) # vscode-ruby-lsp diff --git a/icon.png b/icon.png new file mode 100644 index 00000000..ad0a7e07 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index a6db36d2..2dc2c38c 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "url": "https://github.com/Shopify/vscode-ruby-lsp.git" }, "license": "MIT", + "icon": "icon.png", "engines": { "vscode": "^1.63.0" },