Issue 142469
Summary lldb-dap VSCode extension does not support multi-root workspaces
Labels new issue
Assignees
Reporter award999
    VSCode has a [multi-root workspace](https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces) concept which does not currently work with the lldb-dap extension. The code assumes there is always a workspace folder:
```
cwd: workspaceFolder!!.uri.fsPath,
```
which is not the case when a code-workspace file is open. It results is a NPE style error:

![Image](https://github.com/user-attachments/assets/0a77b341-7359-42d7-8d6f-16b327128e9c)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to