{
	"": [
		"--------------------------------------------------------------------------------------------",
		"Copyright (c) Microsoft Corporation. All rights reserved.",
		"Licensed under the MIT License. See License.txt in the project root for license information.",
		"--------------------------------------------------------------------------------------------",
		"Do not edit this file. It is machine generated."
	],
	"version": "1.0.0",
	"contents": {
		"package": {
			"displayName": "Node Debug Auto-attach",
			"description": "Helper for auto-attach feature when node-debug extensions are not active.",
			"debug.node.autoAttach.description": "Automatically attach node debugger when node.js was launched in debug mode from integrated terminal.",
			"debug.node.autoAttach.disabled.description": "Auto attach is disabled and not shown in status bar.",
			"debug.node.autoAttach.on.description": "Auto attach is active.",
			"debug.node.autoAttach.off.description": "Auto attach is inactive.",
			"toggle.auto.attach": "Toggle Auto Attach"
		},
		"dist/extension": {
			"status.text.auto.attach.on": "Auto Attach: On",
			"status.text.auto.attach.off": "Auto Attach: Off",
			"status.tooltip.auto.attach": "Automatically attach to node.js processes in debug mode"
		}
	}
}