diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/languages.toml b/languages.toml index 1a557943..6ec5302d 100644 --- a/languages.toml +++ b/languages.toml @@ -22,10 +22,8 @@ indent = { tab-width = 4, unit = " " } [language.debugger] name = "lldb-vscode" -transport = "tcp" +transport = "stdio" command = "lldb-vscode" -args = [] -port-arg = "-p {}" [[language.debugger.templates]] name = "binary" @@ -91,10 +89,8 @@ indent = { tab-width = 2, unit = " " } [language.debugger] name = "lldb-vscode" -transport = "tcp" +transport = "stdio" command = "lldb-vscode" -args = [] -port-arg = "-p {}" [[language.debugger.templates]] name = "binary" @@ -121,10 +117,8 @@ indent = { tab-width = 2, unit = " " } [language.debugger] name = "lldb-vscode" -transport = "tcp" +transport = "stdio" command = "lldb-vscode" -args = [] -port-arg = "-p {}" [[language.debugger.templates]] name = "binary" |