Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _implementors/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following table lists the known debug adapters that implement the Debug Adap
[C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)|[@delmyers](https://github.com/delmyers)| [Microsoft/vscppsamples](https://github.com/Microsoft/vscppsamples)
[C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)|[@gregg-miskelly](https://github.com/gregg-miskelly)|[OmniSharp/omnisharp-vscode](https://github.com/OmniSharp/omnisharp-vscode)
[Cordova Tools](https://marketplace.visualstudio.com/items?itemName=vsmobile.cordova-tools)|[@MSLaguana](https://github.com/MSLaguana)|[Microsoft/vscode-cordova](https://github.com/Microsoft/vscode-cordova)
[Dart Code](https://marketplace.visualstudio.com/items?itemName=DanTup.dart-code)|[@DanTup](https://github.com/DanTup) [@devoncarew](https://github.com/devoncarew)|[Dart-Code/Dart-Code](https://github.com/Dart-Code/Dart-Code)
[Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)|[@DanTup](https://github.com/DanTup) [@devoncarew](https://github.com/devoncarew)|[Dart-Code/Dart-Code](https://github.com/Dart-Code/Dart-Code)
[Debug](https://marketplace.visualstudio.com/items?itemName=webfreak.debug)|[@WebFreak001](https://github.com/WebFreak001)|[WebFreak001/code-debug](https://github.com/WebFreak001/code-debug)
[Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)|[@roblourens](https://github.com/roblourens)|[Microsoft/vscode-chrome-debug](https://github.com/microsoft/vscode-chrome-debug)
[Debugger for Edge](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge)|[@andysterland](https://github.com/andysterland)|[Microsoft/vscode-edge-debug2](https://github.com/Microsoft/vscode-edge-debug2)
Expand Down