Skip to content

Commit

Permalink
WIP(volar):fix ts(6305) in .vue file
Browse files Browse the repository at this point in the history
- issue: [Volar doesn't perform the source file redirect for project references · Issue #1815 · vuejs/language-tools](vuejs/language-tools#1815)
- reproduce: [HenryC-3/D2N at fix-ts(6305)](https://github.com/HenryC-3/D2N/tree/fix-ts(6305))
  • Loading branch information
HenryC-3 committed Mar 3, 2023
1 parent 6f3f9e6 commit bb1b290
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -13,8 +13,6 @@ dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,10 @@
{
"json.schemas": [
{
"fileMatch": ["manifest.json"],
"url": "https://json.schemastore.org/chrome-manifest.json"
}
],
"cSpell.words": ["crxjs"],
"volar.vueserver.noProjectReferences": true
}

0 comments on commit bb1b290

Please sign in to comment.