aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index b554a686..703571e0 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -51,6 +51,7 @@
- [cucumber-language-server](#cucumber-language-server)
- [cuelsp](#cuelsp)
- [curlylint](#curlylint)
+- [dart-debug-adapter](#dart-debug-adapter)
- [debugpy](#debugpy)
- [delve](#delve)
- [deno](#deno)
@@ -1239,6 +1240,25 @@ Categories: `Linter`
```
+# dart-debug-adapter
+
+> Dart debug adapter sourced from the Dart VSCode extension.
+
+Homepage: [https://github.com/Dart-Code/Dart-Code](https://github.com/Dart-Code/Dart-Code)
+Languages: `Dart`
+Categories: `DAP`
+
+<details>
+ <summary>History:</summary>
+
+- [`99d1b27`](https://github.com/williamboman/mason.nvim/commit/99d1b27) 2022-12-07 - feat(registry): add dart-debug-adapter ([#733](https://github.com/williamboman/mason.nvim/issues/733)) by Svetlozar Iliev
+</details>
+
+```
+:MasonInstall dart-debug-adapter
+```
+
+
# debugpy
> An implementation of the Debug Adapter Protocol for Python