feat: 戻ってなかった

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-04-24 16:54:43 +09:00
parent de81612a8b
commit ef559f7f5b

7
.vscode/launch.json vendored
View File

@ -13,6 +13,13 @@
"console": "integratedTerminal",
"justMyCode": true,
"envFile": "${workspaceFolder}/.env"
},
{
"name": "Python: Attach using Process Id",
"type": "python",
"request": "attach",
"processId": "${command:pickProcess}",
"justMyCode": true
}
]
}