Files
WickedEngine/.vscode/launch.json
T
Megumumpkin 018f5d003d Add HairParticleSystem and Small Enhancements for Lua Bindings (#553)
* Update Lua

* Update Lua Bindings

* HairComponent Lua Binding Fix

* Adding Documentation
2022-09-03 19:06:56 +02:00

16 lines
516 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Editor",
"type": "gdb",
"request": "launch",
"target": "./WickedEngineEditor",
"cwd": "${workspaceRoot}/build/Editor",
"valuesFormatting": "parseText"
}
]
}