mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
15 lines
336 B
JSON
15 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"
|
|
}
|
|
]
|
|
}
|