mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-27 12:00:32 +08:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"files.associations": {
|
|
"settings.json": "json5",
|
|
"launch.json": "json5",
|
|
"extensions.json": "json5",
|
|
"tsconfig.json": "json5",
|
|
"tsconfig.*.json": "json5",
|
|
},
|
|
"[markdown]": {
|
|
"editor.wordWrap": "off",
|
|
},
|
|
"python.venvPath": "./backend/venv",
|
|
}
|