helix: Added rust codelldb debugger config
Currently not working that well...
This commit is contained in:
parent
e21746e30c
commit
91d65c30c4
1 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,23 @@
|
||||||
|
[[language]]
|
||||||
|
name = "rust"
|
||||||
|
|
||||||
|
[language.debugger]
|
||||||
|
command = "codelldb"
|
||||||
|
name = "codelldb"
|
||||||
|
port-arg = "--port {}"
|
||||||
|
transport = "tcp"
|
||||||
|
|
||||||
|
[[language.debugger.templates]]
|
||||||
|
name = "binary"
|
||||||
|
request = "launch"
|
||||||
|
[[language.debugger.templates.completion]]
|
||||||
|
completion = "filename"
|
||||||
|
name = "binary"
|
||||||
|
|
||||||
|
[language.debugger.templates.args]
|
||||||
|
program = "{0}"
|
||||||
|
runInTerminal = false
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
roots = ["pyproject.toml", "setup.py", "Poetry.lock", ".git"]
|
roots = ["pyproject.toml", "setup.py", "Poetry.lock", ".git"]
|
||||||
|
|
Loading…
Reference in a new issue