语法糖

This commit is contained in:
2026-03-18 17:29:42 +08:00
parent ff60642c62
commit 23b9f101b3
4 changed files with 230 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{
"python.REPL.enableREPLSmartSend": false
"python.REPL.enableREPLSmartSend": false,
"python-envs.defaultEnvManager": "ms-python.python:poetry",
"python-envs.defaultPackageManager": "ms-python.python:poetry"
}