mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
move auto-attach into new built-in extension; fixes #53586
This commit is contained in:
11
extensions/debug-auto-launch/package.nls.json
Normal file
11
extensions/debug-auto-launch/package.nls.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user