Skip to content

Commit

Permalink
fix: sfc script formatting document duplicate name with language supp…
Browse files Browse the repository at this point in the history
…ort document
  • Loading branch information
johnsoncodehk committed Apr 10, 2022
1 parent 32f9f36 commit c9c6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-typescript/src/use/useSfcScript.ts
Expand Up @@ -21,7 +21,7 @@ export function useSfcScript(
if (script.value) {

const file: EmbeddedFile = {
fileName: fileName + '.' + script.value.lang,
fileName: fileName + '.__VLS_script.format.' + script.value.lang,
lang: script.value.lang,
content: script.value.content,
capabilities: {
Expand Down

0 comments on commit c9c6577

Please sign in to comment.