- 删除 stores/useStore.js (Pinia) - 删除 components/ConfigPanel.vue - 删除 Layout/ 子组件 (GroupList, ChannelList, DateList, ProgramList)
25 lines
819 B
JSON
25 lines
819 B
JSON
{
|
|
"cSpell.words": ["IPTV", "iptv", "liyanyan", "tauri"],
|
|
"cSpell.ignorePaths": [
|
|
"package-lock.json",
|
|
"public/api",
|
|
"node_modules",
|
|
"vscode-extension",
|
|
".git/{info,lfs,logs,refs,objects}/**",
|
|
".git/{index,*refs,*HEAD}",
|
|
".vscode",
|
|
".vscode-insiders"
|
|
],
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"tsconfig.json": "tsconfig.*.json, env.d.ts",
|
|
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
|
|
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .oxfmt*, .prettier*, prettier*, .editorconfig"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|