Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--languages.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/languages.toml b/languages.toml
index 6fbcbbc4..43bb9025 100644
--- a/languages.toml
+++ b/languages.toml
@@ -217,9 +217,9 @@ persistent-diagnostic-sources = ["rustc", "clippy"]
'`' = '`'
[language.debugger]
-name = "lldb-vscode"
+name = "lldb-dap"
transport = "stdio"
-command = "lldb-vscode"
+command = "lldb-dap"
[[language.debugger.templates]]
name = "binary"
@@ -436,9 +436,9 @@ language-servers = [ "clangd" ]
indent = { tab-width = 2, unit = " " }
[language.debugger]
-name = "lldb-vscode"
+name = "lldb-dap"
transport = "stdio"
-command = "lldb-vscode"
+command = "lldb-dap"
[[language.debugger.templates]]
name = "binary"
@@ -473,9 +473,9 @@ language-servers = [ "clangd" ]
indent = { tab-width = 2, unit = " " }
[language.debugger]
-name = "lldb-vscode"
+name = "lldb-dap"
transport = "stdio"
-command = "lldb-vscode"
+command = "lldb-dap"
[[language.debugger.templates]]
name = "binary"
@@ -1263,9 +1263,9 @@ indent = { tab-width = 4, unit = " " }
formatter = { command = "zig" , args = ["fmt", "--stdin"] }
[language.debugger]
-name = "lldb-vscode"
+name = "lldb-dap"
transport = "stdio"
-command = "lldb-vscode"
+command = "lldb-dap"
[[language.debugger.templates]]
name = "binary"