Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8815aa5

Browse files
Add periods to end of sentences. (microsoft#8472)
1 parent14b1971 commit8815aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Extension/package.nls.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"c_cpp.configuration.maxConcurrentThreads.markdownDescription": {"message":"The maximum number of concurrent threads to use for language service processing. The value is a hint and may not always be used. The default of `null` (empty) uses the number of logical processors available.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
3030
"c_cpp.configuration.maxCachedProcesses.markdownDescription": {"message":"The maximum number of cached processes to use for language service processing. The default of `null` (empty) uses twice the number of logical processors available.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
3131
"c_cpp.configuration.maxMemory.markdownDescription": {"message":"The maximum memory (in MB) available for language service processing. Fewer processes will be cached and run concurrently after this memory usage is exceeded. The default of `null` (empty) uses the system's free memory.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
32-
"c_cpp.configuration.intelliSense.maxCachedProcesses.markdownDescription": {"message":"The maximum number of IntelliSense processes to keep running. The default of `null` (empty) uses value inherited from `#C_Cpp.maxCachedProcesses#`","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
32+
"c_cpp.configuration.intelliSense.maxCachedProcesses.markdownDescription": {"message":"The maximum number of IntelliSense processes to keep running. The default of `null` (empty) uses value inherited from `#C_Cpp.maxCachedProcesses#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
3333
"c_cpp.configuration.intelliSense.maxMemory.markdownDescription": {"message":"Older IntelliSense processes will shut down before new processes are created after this memory usage (in MB) is exceeded. The default of `null` (empty) uses the value inherited from `#C_Cpp.maxMemory#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
3434
"c_cpp.configuration.references.maxConcurrentThreads.markdownDescription": {"message":"The maximum number of concurrent threads to use for 'Find All References' and 'Rename'. The default of `null` (empty) uses the value inherited from `#C_Cpp.maxConcurrentThreads#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
3535
"c_cpp.configuration.references.maxCachedProcesses.markdownDescription": {"message":"The maximum number of processes to keep in memory for 'Find All References' and 'Rename'. The value of `null` (empty) uses the value inherited from `#C_Cpp.maxCachedProcesses#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
@@ -49,7 +49,7 @@
4949
"c_cpp.configuration.codeAnalysis.clangTidy.args.markdownDescription": {"message":"Additional command line arguments to pass to `clang-tidy`. These take precedence over the equivalent `C_Cpp.codeAnalysis.clangTidy.*` settings.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
5050
"c_cpp.configuration.codeAnalysis.clangTidy.checks.enabled.markdownDescription": {"message":"List of enabled `clang-tidy` checks. The values are appended to the `Checks` in a `.clang-tidy` file or `#C_Cpp.codeAnalysis.clangTidy.config#`, if any. The default check `clang-analyzer-*` is always used unless it is explicitly disabled.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
5151
"c_cpp.configuration.codeAnalysis.clangTidy.checks.disabled.markdownDescription": {"message":"List of disabled `clang-tidy` checks. The values are appended to the `Checks` in a `.clang-tidy` file or `#C_Cpp.codeAnalysis.clangTidy.config#`, if any.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
52-
"c_cpp.configuration.formatting.description":"Configures the formatting engine",
52+
"c_cpp.configuration.formatting.description":"Configures the formatting engine.",
5353
"c_cpp.configuration.formatting.clangFormat.markdownDescription": {"message":"`clang-format` will be used to format code.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
5454
"c_cpp.configuration.formatting.vcFormat.markdownDescription": {"message":"The Visual C++ formatting engine will be used to format code.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },
5555
"c_cpp.configuration.formatting.Default.markdownDescription": {"message":"By default, `clang-format` will be used to format the code. However, the Visual C++ formatting engine will be used if an `.editorconfig` file with relevant settings is found nearer to the code being formatted and `#C_Cpp.clang_format_style#` is the default value: `file`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] },

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp