Skip to content

Commit 6128cb4

Browse files
Merge pull request storybookjs#32079 from Joe-Moran/patch-4
Docs: Vue - Remove reference to Volar extension
2 parents 81bd4da + 94fcbf4 commit 6128cb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configure/integration/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Out of the box, Storybook supports the `satisfies` operator for almost every fra
9696
<IfRenderer renderer={[ 'vue', 'svelte' ]}>
9797
### The TypeScript auto-completion is not working on my editor
9898

99-
If you're using Vue single file components and TypeScript, you can add both [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) and the [TypeScript Vue Plugin](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) for editor support, additional type safety and auto-completion. Nevertheless, if you're working with Svelte, you can add the [Svelte for VSCode extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) for similar benefits.
99+
If you're using Vue single file components and TypeScript, you can add the official [Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension for editor support, additional type safety and auto-completion. Nevertheless, if you're working with Svelte, you can add the [Svelte for VSCode extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) for similar benefits.
100100
</IfRenderer>
101101

102102
<IfRenderer renderer="react">

docs/writing-stories/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Sometimes stories need to define args that aren’t included in the component's
8282
</template>
8383
```
8484

85-
You can type check SFC files with vue-tsc and get editor support in VSCode by installing the [Vue Language Features (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension.
85+
You can type check SFC files with vue-tsc and get editor support in VSCode by installing the official [Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension.
8686

8787
This setup will add type support for `*.vue` imports to your `*.stories.ts` files, providing the same type safety and autocomplete features.
8888
</IfRenderer>

0 commit comments

Comments
 (0)