elixir-lsp / vscode-elixir-ls

Elixir language support and debugger for VS Code, powered by ElixirLS.
https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls
MIT License
545 stars 105 forks source link

Test Controller and multi-root workspaces #336

Closed lukaszsamson closed 1 year ago

lukaszsamson commented 1 year ago

The implementation is most likely incorrect

e.g. debug command in runTest.ts assumes there is only one workspace folder

vscode.debug
      .startDebugging(vscode.workspace.workspaceFolders![0], debugConfiguration)