Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / extensions / node-debug / package.nls.json
Size: Mime:
{
	"extension.description": "Visual Studio Code debug adapter for Node.js",

	"node.label": "Node.js",

	"node.sourceMaps.description": "Use JavaScript source maps (if they exist).",
	"node.outDir.description": "If source maps are enabled, the generated code is expected in this directory. If not specified, the generated code is expected in the same directory as its source.",
	"node.stopOnEntry.description": "Automatically stop program after launch.",
	"node.port.description": "Debug port to attach to. Default is 5858.",
	"node.address.description": "TCP/IP address of debug port (for Node.js >= 5.0 only). Default is 'localhost'.",
	"node.timeout.description": "Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.",
	"node.smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.",

	"node.launch.program.description": "Absolute path to the program.",
	"node.launch.externalConsole.description": "Launch debug target in external console.",
	"node.launch.args.description": "Command line arguments passed to the program.",
	"node.launch.cwd.description": "Absolute path to the working directory of the program being debugged.",
	"node.launch.runtimeExecutable.description": "Absolute path to the runtime executable to be used. Default is the runtime executable on the PATH.",
	"node.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
	"node.launch.env.description": "Environment variables passed to the program.",

	"node.launch.config.name": "Launch",

	"node.attach.processId.description": "Id of process to attach to.",
	"node.attach.restart.description": "Restart session after Node.js has terminated.",
	"node.attach.localRoot.description": "The local source root that corresponds to the 'remoteRoot'.",
	"node.attach.remoteRoot.description": "The source root of the remote host.",

	"node.attach.config.name": "Attach",

	"node.processattach.config.name": "Attach to Process",

	"extensionHost.label": "VSCode Extension Development",

	"extensionHost.launch.runtimeExecutable.description": "Absolute path to VS Code.",
	"extensionHost.launch.args.description": "Command line arguments passed to the program.",
	"extensionHost.launch.stopOnEntry.description": "Automatically stop the extension host after launch.",
	"extensionHost.launch.sourceMaps.description": "Use JavaScript source maps.",
	"extensionHost.launch.outDir.description": "If source maps are enabled, the generated code is expected in this directory. If not specified, the generated code is expected in the same directory as its source.",
	"extensionHost.smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.",

	"extensionHost.launch.config.name": "Launch Extension"
}