diff --git a/CHANGELOG.md b/CHANGELOG.md index f83f7a4..9011cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "frog" extension will be documented in this file. +## 0.0.21 + +- Added icon + ## 0.0.20 - Fixes for better session handling diff --git a/README.md b/README.md index 603a5f2..a95ad9f 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,8 @@ To configure the available connections you can create a file named `.frog.json` ]} ] } -``` \ No newline at end of file +``` + +## Credits + +Extension icon made by Smashicons from www.flaticon.com diff --git a/images/database.png b/images/database.png new file mode 100644 index 0000000..bef497e Binary files /dev/null and b/images/database.png differ diff --git a/package.json b/package.json index 761fdc6..187ae59 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "frog", "displayName": "Frog", "description": "The Oracle SQL workbench for VSCode", - "version": "0.0.20", + "version": "0.0.21", "publisher": "tmuerell", "engines": { "vscode": "^1.17.0" @@ -15,6 +15,7 @@ "onLanguage:plsql", "onView:connections" ], + "icon": "images/database.png", "main": "./out/extension", "contributes": { "commands": [