2025-10-27 10:33:34 +08:00
|
|
|
{
|
2025-11-05 10:43:36 +08:00
|
|
|
"files.autoGuessEncoding": false,
|
|
|
|
|
"files.encoding": "utf8",
|
|
|
|
|
"files.eol": "\n",
|
|
|
|
|
"[python]": {
|
|
|
|
|
"files.encoding": "utf8",
|
|
|
|
|
"files.eol": "\n"
|
|
|
|
|
},
|
|
|
|
|
"[json]": {
|
|
|
|
|
"files.encoding": "utf8"
|
|
|
|
|
},
|
|
|
|
|
"[javascript]": {
|
|
|
|
|
"files.encoding": "utf8"
|
|
|
|
|
},
|
|
|
|
|
"[html]": {
|
|
|
|
|
"files.encoding": "utf8"
|
|
|
|
|
},
|
|
|
|
|
"[css]": {
|
|
|
|
|
"files.encoding": "utf8"
|
|
|
|
|
},
|
|
|
|
|
"[markdown]": {
|
|
|
|
|
"files.encoding": "utf8"
|
|
|
|
|
},
|
2025-12-07 10:12:17 +08:00
|
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/Scripts/python.exe",
|
|
|
|
|
"Codegeex.RepoIndex": true
|
2025-11-05 10:16:34 +08:00
|
|
|
}
|