update version
This commit is contained in:
parent
56f65fc5e1
commit
7518a98b2d
2 changed files with 11 additions and 5 deletions
14
README.md
14
README.md
|
@ -3,8 +3,12 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode"><img src="https://vsmarketplacebadge.apphb.com/version/icrawl.discord-vscode.svg" alt="VS Code Marketplace"></a>
|
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode">
|
||||||
<a href="https://discord.gg/4aFThGU"><img src="https://discordapp.com/api/guilds/304034982475595776/embed.png" alt="Discord server" /></a>
|
<img src="https://vsmarketplacebadge.apphb.com/version/icrawl.discord-vscode.svg" alt="VS Code Marketplace">
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.gg/4aFThGU">
|
||||||
|
<img src="https://discordapp.com/api/guilds/304034982475595776/embed.png" alt="Discord server">
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -13,7 +17,7 @@
|
||||||
* Shows what you are editing in VSCode with no bullsh*t involved
|
* Shows what you are editing in VSCode with no bullsh*t involved
|
||||||
* Support for over 70 of the most popular languages
|
* Support for over 70 of the most popular languages
|
||||||
* Enable/Disable Rich Presence for individual workspaces (enabled by default)
|
* Enable/Disable Rich Presence for individual workspaces (enabled by default)
|
||||||
* Automatic reconnect after losing internet or a discord restart/crash (defaults to 20 reconnect attempts)
|
* Automatic reconnect after losing internet or a discord restart / crash (defaults to 20 reconnect attempts)
|
||||||
* Custom string support
|
* Custom string support
|
||||||
* Respects Discords 15sec limit when it comes to updating your status
|
* Respects Discords 15sec limit when it comes to updating your status
|
||||||
* Stable or Insiders build detection
|
* Stable or Insiders build detection
|
||||||
|
@ -21,7 +25,9 @@
|
||||||
* Easily manually reconnect to discord
|
* Easily manually reconnect to discord
|
||||||
|
|
||||||
## The rich presence won't show after my PC has been put to sleep / after I lost internet!
|
## The rich presence won't show after my PC has been put to sleep / after I lost internet!
|
||||||
It will only attempt to reconnect 20 times. After it hit that threshold you will have to manually click the `Reconnect to Discord` button in the bottom left of the window
|
|
||||||
|
It will only attempt to reconnect 20 times.<br>
|
||||||
|
After it hit that threshold you will have to manually click the `Reconnect to Discord` button in the bottom left of the window.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "discord-vscode",
|
"name": "discord-vscode",
|
||||||
"displayName": "Discord Presence",
|
"displayName": "Discord Presence",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "Update your discord status with the newly added rich presence.",
|
"description": "Update your discord status with the newly added rich presence.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": {
|
"author": {
|
||||||
|
|
Loading…
Reference in a new issue