You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> vue-tsc --noEmit && vite build
Error: VirtualCode id must be lowercase: scriptSetupFormat
at verifyVirtualCode (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/@[email protected]/node_modules/@volar/language-core/index.js:230:19)
at Object.set (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/@[email protected]/node_modules/@volar/language-core/index.js:127:29)
at /Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/@[email protected]/node_modules/@volar/typescript/lib/node/proxyCreateProgram.js:76:42
at Object.get (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/@[email protected]/node_modules/@volar/language-core/index.js:42:17)
at /Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/@[email protected]/node_modules/@volar/typescript/lib/node/proxyCreateProgram.js:138:157
at Object.fileExists (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/@[email protected]/node_modules/@volar/typescript/lib/resolveModuleName.js:24:50)
at tryFileLookup (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:39987:20)
at tryFile (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:39978:12)
at tryExtension (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:39971:18)
at tryAddingExtensions (/Users/linpengteng/Library/WorkSpaces/github/vscode/antd-templater/template-3.x/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:39968:107)
When I globally searched for the scriptSetupFormat field, I found that it came from vue-sfc-scripts. js (@vue/language core)
The text was updated successfully, but these errors were encountered:
When I run pnpm build:
When I globally searched for the scriptSetupFormat field, I found that it came from vue-sfc-scripts. js (@vue/language core)
The text was updated successfully, but these errors were encountered: