eww/.vimspector.json
2020-11-21 22:17:21 +01:00

13 lines
293 B
JSON

{
"configurations": {
"launch": {
"adapter": "CodeLLDB",
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/eww",
"args": ["open", "main_window"]
}
}
}
}