diff --git a/README.md b/README.md index 104191a..d79a15b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Currently, most of the VSCode APIs are covered, and this project has been used in: -- [Vue - Official ![downloads](https://img.shields.io/visual-studio-marketplace/d/Vue.volar.svg)](https://github.com/vuejs/language-tools) -- [Slidev for VSCode ![downloads](https://img.shields.io/visual-studio-marketplace/d/antfu.slidev.svg)](https://github.com/slidevjs/slidev/tree/main/packages/vscode) -- [Iconify IntelliSense ![downloads](https://img.shields.io/visual-studio-marketplace/d/antfu.iconify.svg)](https://github.com/antfu/vscode-iconify) +- [Vue - Official ![downloads](https://badgen.net/vs-marketplace/d/Vue.volar)](https://github.com/vuejs/language-tools) +- [Slidev for VSCode ![downloads](https://badgen.net/vs-marketplace/d/antfu.slidev)](https://github.com/slidevjs/slidev/tree/main/packages/vscode) +- [Iconify IntelliSense ![downloads](https://badgen.net/vs-marketplace/d/antfu.iconify)](https://github.com/antfu/vscode-iconify) The [documentation](https://kermanx.com/reactive-vscode/) is complete, and the [VueUse integration](https://kermanx.com/reactive-vscode/guide/vueuse.html) is also available. diff --git a/packages/creator/templates/readme.ts b/packages/creator/templates/readme.ts index 9461c19..fa65b9c 100644 --- a/packages/creator/templates/readme.ts +++ b/packages/creator/templates/readme.ts @@ -1,6 +1,6 @@ export default (publisher: string, identifier: string, displayName: string) => `# ${displayName} -[![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/) +[![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/) A VS Code extension created with [reactive-vscode](https://kermanx.com/reactive-vscode/). @@ -13,7 +13,7 @@ A VS Code extension created with [reactive-vscode](https://kermanx.com/reactive- - Open this repository in VS Code. - Run \`pnpm install\` to install the dependencies. -- Run \`pnpm dev\` to compile the extension and watch for changes. +- Run \`pnpm dev\` to compile the extension and watch for changes. - Press \`F5\` to open a new window with your extension loaded. - Run your command from the command palette by pressing (\`Ctrl+Shift+P\` or \`Cmd+Shift+P\` on Mac) and typing \`Hello World\`. - Set breakpoints in your code inside \`src/extension.ts\` to debug your extension.