From: Haoqun Jiang Date: Mon, 28 Jul 2025 17:17:33 +0000 (+0800) Subject: docs: update editor/extension names in README template [skip ci] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c87d7a59aa48adbc13093597c3caa7cb20a342;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: update editor/extension names in README template [skip ci] Visual Studio Code is referred to as "VS Code" rather than "VSCode" in its documentation. Volar is now named as "Vue (Official)" in the marketplace. --- diff --git a/utils/generateReadme.ts b/utils/generateReadme.ts index b5b50f76..f50b761b 100644 --- a/utils/generateReadme.ts +++ b/utils/generateReadme.ts @@ -29,7 +29,7 @@ This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). +[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ${needsTypeScript ? sfcTypeSupportDoc : ''} ## Customize configuration