From 51628a9e5f0e4d471f7cd9eeca08afacefec0da7 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Mon, 22 Oct 2018 15:16:38 +0200 Subject: [PATCH] Add Theia among the Dev Tools Theia support DAP since [this PR](https://github.com/theia-ide/theia/pull/2447) cc @tolusha @slemeur @tsmaeder --- _implementors/tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/tools.md b/_implementors/tools.md index c3ae537..f0f10aa 100644 --- a/_implementors/tools.md +++ b/_implementors/tools.md @@ -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.