chore(typescript): add comment for chrome debug adapter

This commit is contained in:
Alexey Svirshchevskiy 2025-10-20 12:10:13 +02:00
parent d09833812e
commit 9176b73c83
No known key found for this signature in database

View file

@ -315,6 +315,7 @@ return {
"jay-babu/mason-nvim-dap.nvim",
optional = true,
opts = {
-- chrome adapter is deprecated, use js-debug-adapter instead
automatic_installation = { exclude = { "chrome" } },
},
},