28 lines
No EOL
834 B
JSON
28 lines
No EOL
834 B
JSON
{
|
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "kiwi-core: main",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "kiwi_scp_core.main",
|
|
"justMyCode": true,
|
|
"env": {},
|
|
"args": [
|
|
"hello",
|
|
"ZA WARUDO",
|
|
],
|
|
},
|
|
{
|
|
"name": "kiwi: main",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "kiwi_scp.main",
|
|
"justMyCode": true,
|
|
"env": {},
|
|
},
|
|
]
|
|
} |