diff options
| author | jussi | 2023-04-04 23:54:57 +0300 |
|---|---|---|
| committer | jussi | 2023-04-04 23:54:57 +0300 |
| commit | 87c91dd0a5e41afd36d219d1bb030cde92c1474c (patch) | |
| tree | ea3b251e09f198ecd19763f5834b493693c72a8e /.vscode | |
| parent | 6a7c660f33e8ec4d351c63779df27874124597c6 (diff) | |
| download | reilua-enhanced-87c91dd0a5e41afd36d219d1bb030cde92c1474c.tar.gz reilua-enhanced-87c91dd0a5e41afd36d219d1bb030cde92c1474c.tar.bz2 reilua-enhanced-87c91dd0a5e41afd36d219d1bb030cde92c1474c.zip | |
v0.4.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9e453e5..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - // 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": "(gdb) Launch", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/build/ReiLua", - "args": ["/examples/instancing/"], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": false, - "MIMode": "gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ] - } - ] -} |
