aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-12-07 11:02:54 +0100
committerGitHub <noreply@github.com>2022-12-07 10:02:54 +0000
commitd0d4a6e418f34e3e91107ce90fca1ff07a5612eb (patch)
tree622ac1118e475a393a4d0a78a91f3eee27301602 /PACKAGES.md
parentfeat(registry): add dart-debug-adapter (#733) (diff)
downloadmason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.tar
mason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.tar.gz
mason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.tar.bz2
mason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.tar.lz
mason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.tar.xz
mason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.tar.zst
mason-d0d4a6e418f34e3e91107ce90fca1ff07a5612eb.zip
chore: update generated code (#737)
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