]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
docs: update editor/extension names in README template [skip ci]
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 28 Jul 2025 17:17:33 +0000 (01:17 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 28 Jul 2025 17:17:33 +0000 (01:17 +0800)
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.

utils/generateReadme.ts

index b5b50f765c907ba94b8444c2d91585b39c129936..f50b761b2482f34bf55151d4e015d4386838c2cb 100644 (file)
@@ -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