We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found typo for "Troubleshooting" in Japanese in the popup window of unbound breakpoints.
i18n/vscode-language-pack-ja/translations/extensions/ms-vscode.js-debug.i18n.json
Line:368
"debug.unverifiedBreakpoints": "ブレークポイントの一部を設定できませんでした。問題が発生している場合は、(command:extension.js-debug.createDiagnostics) を [起動構成のトラブルシューング] できます。",
should be like:
"debug.unverifiedBreakpoints": "ブレークポイントの一部を設定できませんでした。問題が発生している場合は、(command:extension.js-debug.createDiagnostics) を [起動構成のトラブルシューティング] できます。",
トラブルシューング to トラブルシューティング (lacking "ティ").
トラブルシューング
トラブルシューティング
The text was updated successfully, but these errors were encountered:
Tracking via 926530
Sorry, something went wrong.
No branches or pull requests
Summary
I found typo for "Troubleshooting" in Japanese in the popup window of unbound breakpoints.
Suggestion
Line:368
should be like:
トラブルシューング
toトラブルシューティング
(lacking "ティ").The text was updated successfully, but these errors were encountered: