Skip to content

Commit

Permalink
Revert "Auxiliary commit to revert individual files from 399ed00"
Browse files Browse the repository at this point in the history
This reverts commit 1743bc8d3a1fa5c18a0d8f87d304245cb1cb26de.

Signed-off-by: WenTao Ou <[email protected]>
  • Loading branch information
owent committed Mar 15, 2023
1 parent 192ccc4 commit 3f042c6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug on Windows",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build/exporters/ostream/Debug/ostream_log_test.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false
},
{
"name": "Debug on Linux",
"type": "gdb",
"request": "launch",
"target": "${workspaceFolder}/bazel-bin/<path to the bin file>",
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
{
"name": "Debug on Windows",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build/<path-to-bin-file>",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false
},
{
"name": "Debug on Linux",
"type": "gdb",
"request": "launch",
"target": "${workspaceFolder}/bazel-bin/<path to the bin file>",
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
]
}

0 comments on commit 3f042c6

Please sign in to comment.