2024-04-29 22:47:55 +00:00
|
|
|
{
|
|
|
|
// 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": [
|
|
|
|
{
|
2024-05-02 19:39:31 +00:00
|
|
|
"name": "kiwi-core: main",
|
|
|
|
"type": "debugpy",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "kiwi_scp_core.main",
|
|
|
|
"justMyCode": true,
|
|
|
|
"env": {},
|
|
|
|
"args": [
|
|
|
|
"hello",
|
|
|
|
"ZA WARUDO",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "kiwi: main",
|
2024-04-29 22:47:55 +00:00
|
|
|
"type": "debugpy",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "kiwi_scp.main",
|
|
|
|
"justMyCode": true,
|
|
|
|
"env": {},
|
2024-05-02 19:39:31 +00:00
|
|
|
},
|
2024-04-29 22:47:55 +00:00
|
|
|
]
|
|
|
|
}
|