Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Clarify 'auto' description, for microsoft/vscode#24348
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Apr 11, 2017
1 parent 37b44d9 commit 340aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"launch.args.description": "Command line arguments passed to the program.",

"node.protocol.description": "Node.js debug protocol to use.",
"node.protocol.auto.description": "try to detect the best protocol automatically",
"node.protocol.auto.description": "try to detect the best protocol automatically, selecting 'inspector' for launching Node 8.0+",
"node.protocol.inspector.description": "new protocol supported by Node.js versions >= 6.3",
"node.protocol.legacy.description": "old protocol supported by Node.js versions < 8.0",

Expand Down

0 comments on commit 340aee9

Please sign in to comment.