mirror of
https://github.com/Ascyii/dotfiles.git
synced 2025-12-31 22:44:24 -05:00
auto up 22:35:16 up 2:12, 2 users, load average: 1.32, 1.67, 1.83
This commit is contained in:
14
cli/dot-config/helix/languages.toml
Normal file
14
cli/dot-config/helix/languages.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[[language]]
|
||||
name = "python"
|
||||
|
||||
[language.debugger]
|
||||
name = "debugpy"
|
||||
transport = "stdio"
|
||||
command = "python"
|
||||
args = ["-m", "debugpy.adapter"]
|
||||
|
||||
[[language.debugger.templates]]
|
||||
name = "source"
|
||||
request = "launch"
|
||||
completion = [ { name = "entrypoint", completion = "filename", default = "." } ]
|
||||
args = { mode = "debug", program = "{0}" }
|
||||
Reference in New Issue
Block a user