Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in package.nls.json #521

Merged
merged 1 commit into from Jan 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
}
}