- launch.json: Python debugpy for bterminal.py - tasks.json: run and install tasks - settings.json: Peacock green workspace color, Python type checking
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch BTerminal (v1)",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/bterminal.py"
|
|
}
|
|
]
|
|
}
|