sistem_robotik/.vscode/launch.json

17 lines
548 B
JSON
Raw Permalink Normal View History

2024-04-04 22:49:22 +07:00
{
// 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
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"args": ["-n", "[a+ B-] c- [a- B+] c+"],
"console": "integratedTerminal",
"justMyCode": true
}
]
}