Skip to content

Commit d3ef772

Browse files
committed
Fix README badges
1 parent 0463f8a commit d3ef772

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![Visual Studio Marketplace](https://vsmarketplacebadges.dev/version/coder.coder-remote.svg)](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote)
44
[!["Join us on
5-
Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=green)](https://coder.com/chat?utm_source=github.com/coder/coder&utm_medium=github&utm_campaign=readme.md)
6-
[![Twitter
7-
Follow](https://img.shields.io/twitter/follow/coderhq?label=%40coderhq&style=social)](https://twitter.com/coderhq)
5+
Discord"](https://badgen.net/discord/online-members/coder)](https://coder.com/chat?utm_source=github.com/coder/vscode-coder&utm_medium=github&utm_campaign=readme.md)
6+
![Twitter
7+
Follow](https://badgen.net/twitter/follow/coderhq)
88

9-
The Coder Remote extension lets you open [Coder](https://github.com/coder/coder) workspaces in VS Code with a single click.
9+
The Coder Remote VS Code extension lets you open [Coder](https://github.com/coder/coder) workspaces with a single click.
1010

1111
- Open workspaces from the dashboard in a single click.
1212
- Automatically start workspaces when opened.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@typescript-eslint/eslint-plugin": "^5.47.1",
109109
"@typescript-eslint/parser": "^4.14.1",
110110
"@vscode/test-electron": "^1.6.2",
111-
"@vscode/vsce": "^2.15.0",
111+
"@vscode/vsce": "^2.16.0",
112112
"bufferutil": "^4.0.7",
113113
"coder": "https://github.com/coder/coder",
114114
"dayjs": "^1.11.7",

yarn.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -563,18 +563,17 @@
563563
rimraf "^3.0.2"
564564
unzipper "^0.10.11"
565565

566-
"@vscode/vsce@^2.15.0":
567-
version "2.15.0"
568-
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-2.15.0.tgz#fe48873d2204dcd5912d1384a889112cb219da65"
569-
integrity sha512-c+qS5KSX4jO3RuGqeNQHqci4+WrcmLxHAwiWTR3PDR6wXzV1fQJxybueUOojXcqvsJR3W2AeROrpf+302ZkTfg==
566+
"@vscode/vsce@^2.16.0":
567+
version "2.16.0"
568+
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-2.16.0.tgz#a3ddcf7e84914576f35d891e236bc496c568776f"
569+
integrity sha512-BhJ0zO7UxShLFBZM6jwOLt1ZVoqQ4r5Lj/kHNeYp0ICPXhz/erqBSMQnHkRgkjn2L/bh+TYFGkZyguhu/SKsjw==
570570
dependencies:
571571
azure-devops-node-api "^11.0.1"
572572
chalk "^2.4.2"
573573
cheerio "^1.0.0-rc.9"
574574
commander "^6.1.0"
575575
glob "^7.0.6"
576576
hosted-git-info "^4.0.2"
577-
keytar "^7.7.0"
578577
leven "^3.1.0"
579578
markdown-it "^12.3.2"
580579
mime "^1.3.4"
@@ -588,6 +587,8 @@
588587
xml2js "^0.4.23"
589588
yauzl "^2.3.1"
590589
yazl "^2.2.2"
590+
optionalDependencies:
591+
keytar "^7.7.0"
591592

592593
"@webassemblyjs/[email protected]":
593594
version "1.11.1"

0 commit comments

Comments
 (0)