aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-09-22 12:02:31 +0200
committerGitHub <noreply@github.com>2022-09-22 10:02:31 +0000
commit3cffd4864aea2fec10ee7a564900e0234c64f9a4 (patch)
tree45a6dee0e303f06115b72cc9d318de1380252b33 /PACKAGES.md
parentfeat: add js-debug-adapter (#442) (diff)
downloadmason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.tar
mason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.tar.gz
mason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.tar.bz2
mason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.tar.lz
mason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.tar.xz
mason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.tar.zst
mason-3cffd4864aea2fec10ee7a564900e0234c64f9a4.zip
chore: update generated code (#457)
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 0a2acb47..41713e92 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -102,6 +102,7 @@
- [jedi-language-server](#jedi-language-server)
- [joker](#joker)
- [jq](#jq)
+- [js-debug-adapter](#js-debug-adapter)
- [json-lsp](#json-lsp)
- [json-to-struct](#json-to-struct)
- [jsonnet-language-server](#jsonnet-language-server)
@@ -2250,6 +2251,25 @@ Categories: `Formatter`
```
+# js-debug-adapter
+
+> The VS Code JavaScript debugger
+
+Homepage: [https://github.com/microsoft/vscode-js-debug](https://github.com/microsoft/vscode-js-debug)
+Languages: `JavaScript` `TypeScript`
+Categories: `DAP`
+
+<details>
+ <summary>History:</summary>
+
+- [`75860d2`](https://github.com/williamboman/mason.nvim/commit/75860d2) 2022-09-21 - feat: add js-debug-adapter ([#442](https://github.com/williamboman/mason.nvim/issues/442)) by Hollis Wu
+</details>
+
+```
+:MasonInstall js-debug-adapter
+```
+
+
# json-lsp
> Language Server Protocol implementation for JSON.