Skip to content

Commit 73f4442

Browse files
authored
Update the descriptions of clang path settings (#13071)
1 parent b11f390 commit 73f4442

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
@@ -173,7 +173,7 @@
173173
]
174174
},
175175
"c_cpp.configuration.codeAnalysis.clangTidy.path.markdownDescription": {
176-
"message": "The full path of the `clang-tidy` executable. If not specified, and `clang-tidy` is available in the environment path, that is used. If not found in the environment path, the `clang-tidy` bundled with the extension will be used.",
176+
"message": "The full path of the `clang-tidy` executable. If not specified, and `clang-tidy` is available in the environment path, that is used unless the version bundled with the extension is newer. If not found in the environment path, the `clang-tidy` bundled with the extension will be used.",
177177
"comment": [
178178
"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."
179179
]
@@ -446,7 +446,7 @@
446446
]
447447
},
448448
"c_cpp.configuration.clang_format_path.markdownDescription": {
449-
"message": "The full path of the `clang-format` executable. If not specified, and `clang-format` is available in the environment path, that is used. If not found in the environment path, the `clang-format` bundled with the extension will be used.",
449+
"message": "The full path of the `clang-format` executable. If not specified, and `clang-format` is available in the environment path, that is used unless the version bundled with the extension is newer. If not found in the environment path, the `clang-format` bundled with the extension will be used.",
450450
"comment": [
451451
"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."
452452
]

0 commit comments

Comments
 (0)