StarfallBot/.vscode/launch.json

17 lines
554 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": [
{
"clientOS": "unix",
"console": "integratedTerminal",
"name": "Launch Starfall",
"preLaunchTask": "install_reqs",
"program": "${workspaceFolder}/app.py",
"request": "launch",
"type": "debugpy"
}
],
"version": "0.2.0"
}