Added icon
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to the "frog" extension will be documented in this file.
|
All notable changes to the "frog" extension will be documented in this file.
|
||||||
|
|
||||||
|
## 0.0.21
|
||||||
|
|
||||||
|
- Added icon
|
||||||
|
|
||||||
## 0.0.20
|
## 0.0.20
|
||||||
|
|
||||||
- Fixes for better session handling
|
- 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",
|
"name": "frog",
|
||||||
"displayName": "Frog",
|
"displayName": "Frog",
|
||||||
"description": "The Oracle SQL workbench for VSCode",
|
"description": "The Oracle SQL workbench for VSCode",
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"publisher": "tmuerell",
|
"publisher": "tmuerell",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.17.0"
|
"vscode": "^1.17.0"
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
"onLanguage:plsql",
|
"onLanguage:plsql",
|
||||||
"onView:connections"
|
"onView:connections"
|
||||||
],
|
],
|
||||||
|
"icon": "images/database.png",
|
||||||
"main": "./out/extension",
|
"main": "./out/extension",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
Reference in New Issue
Block a user