Skip to content

Commit

Permalink
Fix typo in package.nls.json
Browse files Browse the repository at this point in the history
ommitted -> omitted
  • Loading branch information
eltociear authored Dec 27, 2020
1 parent 2037875 commit 402bd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/fixtures/nls/package.nls.json
Original file line number Diff line number Diff line change
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 402bd98

Please sign in to comment.