helix: Added rust codelldb debugger config

Currently not working that well...
This commit is contained in:
GaspardCulis 2024-01-27 13:05:51 +01:00
parent e21746e30c
commit 91d65c30c4

View file

@ -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]]
name = "python"
roots = ["pyproject.toml", "setup.py", "Poetry.lock", ".git"]