Add non-Sandbox launch target
This commit is contained in:
parent
d5e8891545
commit
292fa852f9
1 changed files with 8 additions and 0 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
@ -4,6 +4,14 @@
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "ErynRL",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"module": "erynrl",
|
||||||
|
"args": [],
|
||||||
|
"justMyCode": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "ErynRL (Sandbox)",
|
"name": "ErynRL (Sandbox)",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue