Skip to content

Commit d1f7975

Browse files
authored
fix: update the deprecated VS Marketplace Shields.io badges to Badgen ones (#40)
1 parent 41b9ea0 commit d1f7975

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
Currently, most of the VSCode APIs are covered, and this project has been used in:
1919

20-
- [Vue - Official <sub><sub>![downloads](https://img.shields.io/visual-studio-marketplace/d/Vue.volar.svg)</sub></sub>](https://github.com/vuejs/language-tools)
21-
- [Slidev for VSCode <sub><sub>![downloads](https://img.shields.io/visual-studio-marketplace/d/antfu.slidev.svg)</sub></sub>](https://github.com/slidevjs/slidev/tree/main/packages/vscode)
22-
- [Iconify IntelliSense <sub><sub>![downloads](https://img.shields.io/visual-studio-marketplace/d/antfu.iconify.svg)</sub></sub>](https://github.com/antfu/vscode-iconify)
20+
- [Vue - Official <sub><sub>![downloads](https://badgen.net/vs-marketplace/d/Vue.volar)</sub></sub>](https://github.com/vuejs/language-tools)
21+
- [Slidev for VSCode <sub><sub>![downloads](https://badgen.net/vs-marketplace/d/antfu.slidev)</sub></sub>](https://github.com/slidevjs/slidev/tree/main/packages/vscode)
22+
- [Iconify IntelliSense <sub><sub>![downloads](https://badgen.net/vs-marketplace/d/antfu.iconify)</sub></sub>](https://github.com/antfu/vscode-iconify)
2323

2424
The [documentation](https://kermanx.com/reactive-vscode/) is complete, and the [VueUse integration](https://kermanx.com/reactive-vscode/guide/vueuse.html) is also available.
2525

packages/creator/templates/readme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default (publisher: string, identifier: string, displayName: string) => `# ${displayName}
22
3-
[![Version](https://img.shields.io/visual-studio-marketplace/v/${publisher}.${identifier})](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [![Installs](https://img.shields.io/visual-studio-marketplace/i/${publisher}.${identifier})](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [![Reactive VSCode](https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863)](https://kermanx.com/reactive-vscode/)
3+
[![Version](https://badgen.net/vs-marketplace/v/${publisher}.${identifier})](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [![Installs](https://badgen.net/vs-marketplace/i/${publisher}.${identifier})](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [![Reactive VSCode](https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863)](https://kermanx.com/reactive-vscode/)
44
55
A VS Code extension created with [reactive-vscode](https://kermanx.com/reactive-vscode/).
66
@@ -13,7 +13,7 @@ A VS Code extension created with [reactive-vscode](https://kermanx.com/reactive-
1313
1414
- Open this repository in VS Code.
1515
- Run \`pnpm install\` to install the dependencies.
16-
- Run \`pnpm dev\` to compile the extension and watch for changes.
16+
- Run \`pnpm dev\` to compile the extension and watch for changes.
1717
- Press \`F5\` to open a new window with your extension loaded.
1818
- Run your command from the command palette by pressing (\`Ctrl+Shift+P\` or \`Cmd+Shift+P\` on Mac) and typing \`Hello World\`.
1919
- Set breakpoints in your code inside \`src/extension.ts\` to debug your extension.

0 commit comments

Comments
 (0)