Added icon
This commit is contained in:
@@ -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
|
||||
|
@@ -32,3 +32,7 @@ To configure the available connections you can create a file named `.frog.json`
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
||||
Extension icon made by Smashicons from www.flaticon.com
|
||||
|
BIN
images/database.png
Normal file
BIN
images/database.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@@ -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": [
|
||||
|
Reference in New Issue
Block a user