Neovim for Beginners — JavaScript/TypeScript Debugging
Debug JavaScript or TypeScript applications using vscode-js-debug.
Previously we use vscode-chrome-debug
and vscode-node-debug2
to debug JavaScript/TypeScript applications. These two debuggers are deprecated.
In this article, we will configure Neovim to use vscode-js-debug
for JavaScript and TypeScript…