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:

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs