mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Ed_
7828e6d2ea
Made token_fmt more ergonomic, going to have to use a similar behavior with the upfront body constructors.
28 lines
746 B
JSON
28 lines
746 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": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug gentime lldb",
|
|
"program": "${workspaceFolder}/test/gen/build/gencpp.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/test/gen/",
|
|
"postRunCommands": [
|
|
]
|
|
},
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"name": "Debug gentime vsdbg",
|
|
"program": "${workspaceFolder}/test/gen/build/gencpp.exe",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/test/gen/",
|
|
"visualizerFile": "${workspaceFolder}/scripts/gencpp.natvis"
|
|
}
|
|
]
|
|
}
|