Skip to content

Commit

Permalink
Add forum/chat badges to VS Code extension manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 17, 2024
1 parent 478bf73 commit e12f32f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sup/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@
"description": "Build",
"url": "https://img.shields.io/github/actions/workflow/status/vezel-dev/graf/build.yml?branch=master",
"href": "https://github.com/vezel-dev/graf/actions/workflows/build.yml"
},
{
"description": "Discussions",
"url": "https://img.shields.io/github/discussions/vezel-dev/celerity?color=teal",
"href": "https://github.com/vezel-dev/celerity/discussions"
},
{
"description": "Discord",
"url": "https://img.shields.io/badge/discord-chat-7289da?logo=discord",
"href": "https://discord.gg/wtzCfaX2Nj"
},
{
"description": "Zulip",
"url": "https://img.shields.io/badge/zulip-chat-394069?logo=zulip",
"href": "https://vezel.zulipchat.com"
}
],
"categories": [
Expand Down

0 comments on commit e12f32f

Please sign in to comment.