master
Thorsten Muerell 7 years ago
parent f6d05981a8
commit ae2dfe3db1

@ -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

@ -31,4 +31,8 @@ To configure the available connections you can create a file named `.frog.json`
]} ]}
] ]
} }
``` ```
## Credits
Extension icon made by Smashicons from www.flaticon.com

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": [

Loading…
Cancel
Save