GodSaveMoney / .vscode /settings.json
Jeong-hun Kim
add "start with localhost", code refactored
aab927d
raw
history blame contribute delete
96 Bytes
{
"python.analysis.extraPaths": [
"."
],
"python.envFile": "${workspaceFolder}/.env"
}