mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
12 lines
431 B
JSON
12 lines
431 B
JSON
{
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.expand": false,
|
|
"explorer.fileNesting.patterns": {
|
|
".env.universal": ".env.*",
|
|
"tsconfig.json": "tsconfig.*.json, env.d.ts, vite.config.ts",
|
|
"package.json": "package-lock.json, eslint*, .prettier*, .editorconfig, manifest.json, logo.png, .gitignore, LICENSE"
|
|
},
|
|
"css.customData": [
|
|
".vscode/tailwindcss.json"
|
|
],
|
|
} |