File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,12 @@ export class AutoAttachLauncher
146146 variables . persistent = true ;
147147 variables . description = new vscode . MarkdownString (
148148 l10n . t ( {
149- message : 'Enables Node.js [auto attach]({0}) debugging' ,
150- comment : "{Locked='[auto attach]({0})'}" ,
151- args : [ 'https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_auto-attach' ] ,
149+ message : 'Enables Node.js [auto attach]({0}) debugging in "{1}" mode' ,
150+ comment : [ "{Locked='[auto attach]({0})'}" , 'the 2nd placeholder is the setting value' ] ,
151+ args : [
152+ 'https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_auto-attach' ,
153+ autoAttachMode ,
154+ ] ,
152155 } ) ,
153156 ) ;
154157 variables . prepend ( 'NODE_OPTIONS' , bootloaderEnv . NODE_OPTIONS + ' ' ) ;
You can’t perform that action at this time.
0 commit comments