StarfallBot/.vscode/launch.json

16 lines
509 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"configurations": [
{
"name": "Launch Starfall",
"console": "integratedTerminal",
"program": "${workspaceFolder}/app.py",
"request": "launch",
"type": "debugpy",
"clientOS": "unix"
}
],
"version": "0.2.0"
}