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 / ms-vscode.node-debug / package.nls.json
Size: Mime:
{
	"extension.description": "Visual Studio Code debugger extension for Node.js",

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

	"smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.",
	"skipFiles.description": "An array of glob patterns for files to skip when debugging.",
	"outFiles.description": "If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with '!' the files are excluded. If not specified, the generated code is expected in the same directory as its source.",
	"outDir.deprecationMessage": "Attribute 'outDir' is deprecated, use 'outFiles' instead.",

	"launch.args.description": "Command line arguments passed to the program.",

	"node.sourceMaps.description": "Use JavaScript source maps (if they exist).",
	"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.restart.description": "Restart session after Node.js has terminated.",

	"node.launch.program.description": "Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.",
	"node.launch.externalConsole.deprecationMessage": "Attribute 'externalConsole' is deprecated, use 'console' instead.",
	"node.launch.console.description": "Where to launch the debug target: internal console, integrated terminal, or external terminal.",
	"node.launch.cwd.description": "Absolute path to the working directory of the program being debugged.",
	"node.launch.runtimeExecutable.description": "Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If ommitted 'node' is assumed.",
	"node.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
	"node.launch.env.description": "Environment variables passed to the program.",
	"node.launch.envFile.description": "Absolute path to a file containing environment variable definitions.",

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

	"node.attach.processId.description": "Id of process to attach to.",
	"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",

	"node.snippet.launch.label": "Node.js: Launch Program",
	"node.snippet.launch.description": "Launch a node program in debug mode",
	"node.snippet.npm.label": "Node.js: Launch via NPM",
	"node.snippet.npm.description": "Launch a node program through an npm 'debug' script",
	"node.snippet.attach.label": "Node.js: Attach to Port",
	"node.snippet.attach.description": "Attach to the debug port of a running node program",
	"node.snippet.attachProcess.label": "Node.js: Attach to Process",
	"node.snippet.attachProcess.description": "Open process picker to select node or gulp process to attach to",
	"node.snippet.nodemon.label": "Node.js: Nodemon Setup",
	"node.snippet.nodemon.description": "Use nodemon to relaunch a debug session on source changes",
	"node.snippet.mocha.label": "Node.js: Mocha Tests",
	"node.snippet.mocha.description": "Debug mocha tests",
	"node.snippet.yo.label": "Node.js: Yeoman generator",
	"node.snippet.yo.description": "Debug yeoman generator (install by running 'npm link' in project folder)",
	"node.snippet.gulp.label": "Node.js: Gulp task",
	"node.snippet.gulp.description": "Debug gulp task (make sure to have a local gulp installed in your project)",

	"extensionHost.label": "VS Code Extension Development",

	"extensionHost.launch.runtimeExecutable.description": "Absolute path to VS Code.",
	"extensionHost.launch.stopOnEntry.description": "Automatically stop the extension host after launch.",
	"extensionHost.launch.sourceMaps.description": "Use JavaScript source maps.",

	"extensionHost.snippet.launch.label": "VS Code Extension Development",
	"extensionHost.snippet.launch.description": "Launch a VS Code extension in debug mode",

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