AutoYADM commit: 2025-04-03 18:10:17

This commit is contained in:
Daniel Fichtinger 2025-04-03 18:10:17 -04:00
parent c2d33c4bf1
commit c02f912026

View file

@ -7,6 +7,12 @@
typeCheckingMode = "standard"
inlayHints.genericTypes = true
[language.debugger]
name = "debugpy"
transport = "stdio"
command = "python3"
args = ["-m", "debugpy.adapter"]
[language-server.harper-ls]
command = "harper-ls"
args = ["--stdio"]