mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "gdb",
|
|
"request": "launch",
|
|
"name": "Debug Rust Code",
|
|
"preLaunchTask": "cargo",
|
|
"target": "${workspaceFolder}/target/debug/nu",
|
|
"cwd": "${workspaceFolder}",
|
|
"valuesFormatting": "parseText"
|
|
}
|
|
]
|
|
}
|