diff --git a/README.md b/README.md index f2885c2a..da2e3ff9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Bruin is a unified analytics platform that enables data professionals to work en This is the first release of Bruin's VS Code extension, therefore it currently only support syntax highlighting for Bruin's syntax. We will be adding more features in the future. -![Syntax Highlighting for Bruin assets](asset.png) +![Syntax Highlighting for Bruin assets](img/asset.png) ## Release Notes diff --git a/asset.png b/img/asset.png similarity index 100% rename from asset.png rename to img/asset.png diff --git a/img/bruin-logo-sm128.png b/img/bruin-logo-sm128.png new file mode 100644 index 00000000..95752efa Binary files /dev/null and b/img/bruin-logo-sm128.png differ diff --git a/package.json b/package.json index 43ea71d1..b626eb5c 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,14 @@ "categories": [ "Data Science", "Formatters" ], + "icon": "images/bruin-logo-sm128.png", "activationEvents": [], "main": "./extension.js", "repository": { "type": "git", "url": "https://github.com/bruin-data/bruin-vscode" }, - "publisher": "karakanb", + "publisher": "bruin", "contributes": { "grammars": [ {