Skip to content

Commit bb1b290

Browse files
committed
WIP(volar):fix ts(6305) in .vue file
- 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))
1 parent 6f3f9e6 commit bb1b290

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ dist-ssr
1313
*.local
1414

1515
# Editor directories and files
16-
.vscode/*
17-
!.vscode/extensions.json
1816
.idea
1917
.DS_Store
2018
*.suo

Diff for: .vscode/settings.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"json.schemas": [
3+
{
4+
"fileMatch": ["manifest.json"],
5+
"url": "https://json.schemastore.org/chrome-manifest.json"
6+
}
7+
],
8+
"cSpell.words": ["crxjs"],
9+
"volar.vueserver.noProjectReferences": true
10+
}

0 commit comments

Comments
 (0)