2021-05-28 16:30:20 -04: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": [
|
2021-06-08 01:03:44 -04:00
|
|
|
{
|
|
|
|
"name": "Python: Aktuelle Datei",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"python": "${command:python.interpreterPath}",
|
|
|
|
"program": "${file}",
|
2021-06-13 06:14:54 -04:00
|
|
|
"args": [
|
|
|
|
"--",
|
|
|
|
"${workspaceFolder}/plugin/Data/Meshes/_EQ_ItemRoulette/roulette_container_mesh.nif",
|
|
|
|
"${workspaceFolder}/plugin/Data/Meshes/_EQ_ItemRoulette/roulette_container_final.nif",
|
|
|
|
"${workspaceFolder}/Source/Meshes/_EQ_ItemRoulette/roulette_container_template.nif"
|
|
|
|
],
|
2021-06-13 01:50:25 -04:00
|
|
|
//"args": ["--", "${env:USERPROFILE}/Desktop/cabbage01.nif"],
|
2021-06-08 01:03:44 -04:00
|
|
|
"console": "integratedTerminal"
|
2021-05-28 16:30:20 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|