12 lines
No EOL
289 B
JSON
12 lines
No EOL
289 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Launch Server Standalone",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "./launch_standalone.py",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |