Skip to content

Commit

Permalink
Merge pull request #521 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in package.nls.json
  • Loading branch information
joaomoreno committed Jan 4, 2021
2 parents 2037875 + 402bd98 commit 2804420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/fixtures/nls/package.nls.json
Expand Up @@ -18,7 +18,7 @@
"node.launch.console.description": "Where to launch the debug target: internal console, integrated terminal, or external terminal.",
"node.launch.args.description": "Command line arguments passed to the program.",
"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.runtimeExecutable.description": "Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted 'node' is assumed.",
"node.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
"node.launch.env.description": "Environment variables passed to the program.",

Expand All @@ -44,4 +44,4 @@
"extensionHost.smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.",

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

0 comments on commit 2804420

Please sign in to comment.