[Lldb-commits] [lldb] [LLDB][lldb-dap][vscode-lldb] Add Environment configuration for the lldb-dap process (PR #108948)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 17 06:07:49 PDT 2024


================
@@ -78,6 +78,15 @@
           "scope": "resource",
           "type": "string",
           "description": "The log path for lldb-dap (if any)"
+        },
+		"lldb-dap.environment": {
----------------
vogelsgesang wrote:

Use whitespaces instead of tabs for indentation

```suggestion
        },
        "lldb-dap.environment": {
```

https://github.com/llvm/llvm-project/pull/108948


More information about the lldb-commits mailing list