Skip to content

Commit b4e5fdc

Browse files
committed
Add some flare to the readme, remove temp fix
1 parent cf36de1 commit b4e5fdc

File tree

6 files changed

+26
-25
lines changed

6 files changed

+26
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.9] - 2021-5-21
10+
- Remove temporary fix for Appwrite https://github.com/appwrite/appwrite/issues/1171. Upstream issue was resolved.
11+
912
## [0.0.8] - 2021-5-21
1013
- Temp fix for Appwrite https://github.com/appwrite/appwrite/issues/1171
1114

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
![Cover image](media/readmeCoverImage.png)
2+
13
# Appwrite for Visual Studio Code
24

3-
<!-- region exclude-from-marketplace -->
5+
Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.
46

57
[![Version](https://vsmarketplacebadge.apphb.com/version/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite)
68

7-
<!-- endregion exclude-from-marketplace -->
8-
9-
Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.
10-
119
## What is Appwrite?
1210

1311
From [appwrite.io](https://appwrite.io)

media/readmeCoverImage.png

22.5 KB
Loading

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-appwrite",
33
"displayName": "Appwrite",
44
"description": "Manage your Appwrite resources right from VS Code!",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"engines": {
77
"vscode": "^1.55.0"
88
},
@@ -515,6 +515,6 @@
515515
"dependencies": {
516516
"dayjs": "^1.10.4",
517517
"fs-extra": "^9.1.0",
518-
"node-appwrite": "^2.1.0"
518+
"node-appwrite": "^2.2.1"
519519
}
520520
}

src/appwrite/Health.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class Health {
2424
QueueCertificates: await this.health.getQueueCertificates(),
2525
QueueFunctions: await this.health.getQueueFunctions(),
2626
StorageLocal: await this.health.getStorageLocal(),
27-
// AntiVirus: await this.health.getAntiVirus(),
27+
AntiVirus: await this.health.getAntiVirus(),
2828
};
2929
}
3030
}

0 commit comments

Comments
 (0)