update readme and add extension icon
This commit is contained in:
parent
f09d3ab996
commit
2f3f747dd5
3 changed files with 6 additions and 4 deletions
|
@ -14,18 +14,18 @@ From [appwrite.io](https://appwrite.io)
|
||||||
|
|
||||||
### View database documents right inside VS Code.
|
### View database documents right inside VS Code.
|
||||||
|
|
||||||
![Database feature](./media/features/database/scr2.png)
|
[!Database feature](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/database/scr2.png?raw=true)
|
||||||
|
|
||||||
### Manage database collection permissions and rules.
|
### Manage database collection permissions and rules.
|
||||||
|
|
||||||
![Database feature](./media/features/database/scr1.png)
|
[!Database feature 2](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/database/scr1.png?raw=true)
|
||||||
|
|
||||||
### Create and view users, user preferences, and more.
|
### Create and view users, user preferences, and more.
|
||||||
![Users feature](./media/features/users/scr1.png)
|
[!Users feature](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/users/scr1.png?raw=true)
|
||||||
|
|
||||||
### Quickly and easily check the health of all the Appwrite services.
|
### Quickly and easily check the health of all the Appwrite services.
|
||||||
|
|
||||||
![Health feature](./media/features/health/scr1.png)
|
[!Health feature](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/health/scr1.png?raw=true)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
|
@ -6,12 +6,14 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.55.0"
|
"vscode": "^1.55.0"
|
||||||
},
|
},
|
||||||
|
"publisher": "Streamlux",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/streamlux/vscode-appwrite"
|
"url": "https://github.com/streamlux/vscode-appwrite"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
|
"icon": "resources/AppwriteIcon.png",
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:vscode-appwrite.Connect",
|
"onCommand:vscode-appwrite.Connect",
|
||||||
"onView:Appwrite",
|
"onView:Appwrite",
|
||||||
|
|
BIN
resources/AppwriteIcon.png
Normal file
BIN
resources/AppwriteIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in a new issue