AutoYADM commit: 2025-04-03 18:20:15
This commit is contained in:
parent
a8b7c62678
commit
43ab539726
1 changed files with 15 additions and 0 deletions
|
@ -7,6 +7,21 @@
|
||||||
typeCheckingMode = "standard"
|
typeCheckingMode = "standard"
|
||||||
inlayHints.genericTypes = true
|
inlayHints.genericTypes = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "python"
|
||||||
|
|
||||||
|
[language.debugger]
|
||||||
|
name = "debugpy"
|
||||||
|
transport = "stdio"
|
||||||
|
command = "python3"
|
||||||
|
args = ["-m", "debugpy.adapter"]
|
||||||
|
|
||||||
|
[[language.debugger.templates]]
|
||||||
|
name = "source"
|
||||||
|
request = "launch"
|
||||||
|
completion = [ { name = "entrypoint", completion = "filename", default = "." } ]
|
||||||
|
args = { mode = "debug", program = "{0}"}
|
||||||
|
|
||||||
[language-server.harper-ls]
|
[language-server.harper-ls]
|
||||||
command = "harper-ls"
|
command = "harper-ls"
|
||||||
args = ["--stdio"]
|
args = ["--stdio"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue