UNPKG

@jsjoeio/code-server

Version:

Run VS Code on a remote server.

24 lines (12 loc) 1.27 kB
**Important note:** By default, this extension now delegates to [the new js-debug extension](http://github.com/microsoft/vscode-js-debug) which is built-in to VS Code. Please file issues on that repo. To revert to the old behavior, you can set `"debug.javascript.usePreview": false` in your settings. --- # Node Debug [![Build Status](https://vscode.visualstudio.com/_apis/public/build/definitions/d3aa0b57-eb08-43b8-9aec-0c0a0d5d5ad0/8/badge)](https://vscode.visualstudio.com/vscode-node-debug2/_build/index?definitionId=8) This extension is bundled with Visual Studio Code and together with **Node Debug (legacy)** forms the [Node.js](https://nodejs.org) debugging experience. **Node Debug** is the debugger for Node.js versions >= 8.0. See a general overview of debugging in VS Code [here](https://code.visualstudio.com/docs/editor/debugging). Documentation for Node.js specific debugging can be found [here](https://code.visualstudio.com/docs/nodejs/nodejs-debugging). Please submit bugs and feature requests to the [VS Code repository](https://github.com/microsoft/vscode/issues). ## License Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the [MIT](https://github.com/Microsoft/vscode-node-debug2/blob/master/LICENSE.txt) License.