Skip to content

Commit

Permalink
Add Theia among the Dev Tools
Browse files Browse the repository at this point in the history
Theia support DAP since [this PR](eclipse-theia/theia#2447)
cc @tolusha @slemeur @tsmaeder
  • Loading branch information
l0rd committed Oct 22, 2018
1 parent 33905fe commit 51628a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _implementors/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following table lists the known development tools (IDEs) that implement the
| Visual Studio for Mac | vsformac | Microsoft |
| Eclipse IDE (LSP4E connector) | lsp4e.debug | Eclipse | [Eclipse community](https://projects.eclipse.org/projects/technology.lsp4e/who), [Eclipse LSP4E](https://projects.eclipse.org/projects/technology.lsp4e)
| Emacs | emacs.dap-mode | [@yyoncho](https://github.com/yyoncho) | [dap-mode](https://github.com/yyoncho/dap-mode)
| Theia | Theia | Red Hat | [theia](https://github.com/theia-ide/theia/)
{: .table .table-bordered .table-responsive}

The "client ID" is the identifier that a development tool sends to the debug adapter as part of the [**initialize**](../../specification#Requests_Initialize) request.
Expand Down

0 comments on commit 51628a9

Please sign in to comment.