Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 5ba3d87

Browse files
committed
Use CI badge from img.shields.io
Work around microsoft/vscode-vsce#389. Currently, we can't use SVG shields directly from github.com, so let's temporarily use whitelisted img.shields.io.
1 parent ec3db84 commit 5ba3d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rust support for Visual Studio Code
22

33
[![](https://vsmarketplacebadge.apphb.com/version/rust-lang.rust.svg)](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust)
4-
![VSCode + Node.js CI](https://github.com/rust-lang/rls-vscode/workflows/VSCode%20+%20Node.js%20CI/badge.svg)
4+
[![VSCode + Node.js CI](https://img.shields.io/github/workflow/status/rust-lang/rls-vscode/VSCode%20+%20Node.js%20CI.svg?logo=github)](https://github.com/rust-lang/rls-vscode/actions?query=workflow%3A%22VSCode+%2B+Node.js+CI%22)
55

66
Adds language support for Rust to Visual Studio Code. Supports:
77

0 commit comments

Comments
 (0)