Skip to content

Commit

Permalink
Add some flare to the readme, remove temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed May 22, 2021
1 parent cf36de1 commit b4e5fdc
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 25 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.0.9] - 2021-5-21
- Remove temporary fix for Appwrite https://github.com/appwrite/appwrite/issues/1171. Upstream issue was resolved.

## [0.0.8] - 2021-5-21
- Temp fix for Appwrite https://github.com/appwrite/appwrite/issues/1171

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
![Cover image](media/readmeCoverImage.png)

# Appwrite for Visual Studio Code

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

[![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)

<!-- endregion exclude-from-marketplace -->

Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.

## What is Appwrite?

From [appwrite.io](https://appwrite.io)
Expand Down
Binary file added media/readmeCoverImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-appwrite",
"displayName": "Appwrite",
"description": "Manage your Appwrite resources right from VS Code!",
"version": "0.0.8",
"version": "0.0.9",
"engines": {
"vscode": "^1.55.0"
},
Expand Down Expand Up @@ -515,6 +515,6 @@
"dependencies": {
"dayjs": "^1.10.4",
"fs-extra": "^9.1.0",
"node-appwrite": "^2.1.0"
"node-appwrite": "^2.2.1"
}
}
2 changes: 1 addition & 1 deletion src/appwrite/Health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Health {
QueueCertificates: await this.health.getQueueCertificates(),
QueueFunctions: await this.health.getQueueFunctions(),
StorageLocal: await this.health.getStorageLocal(),
// AntiVirus: await this.health.getAntiVirus(),
AntiVirus: await this.health.getAntiVirus(),
};
}
}
Expand Down

0 comments on commit b4e5fdc

Please sign in to comment.