mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
15 lines
332 B
TOML
15 lines
332 B
TOML
[[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}" }
|