mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
17 lines
464 B
JSON
17 lines
464 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug Rust Code",
|
|
//"preLaunchTask": "cargo",
|
|
"program": "${workspaceFolder}/target/debug/rustpython",
|
|
"cwd": "${workspaceFolder}",
|
|
//"valuesFormatting": "parseText"
|
|
}
|
|
]
|
|
}
|