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

Commit6514d98

Browse files
Clarify legacy IntelliSense modes in description (microsoft#6929)
1 parent64b502b commit6514d98

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

‎Extension/c_cpp_properties.schema.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191
},
9292
"intelliSenseMode": {
93-
"description":"The IntelliSense mode to use that maps to a platform and architecture variant of MSVC, gcc, or Clang. If not set or if set to ${default}, the extension will choose the default for that platform. Windows defaults to windows-msvc-x64, Linux defaults to linux-gcc-x64, and macOS defaults to macos-clang-x64.",
93+
"description":"The IntelliSense mode to use that maps to a platform and architecture variant of MSVC, gcc, or Clang. If not set or if set to ${default}, the extension will choose the default for that platform. Windows defaults to windows-msvc-x64, Linux defaults to linux-gcc-x64, and macOS defaults to macos-clang-x64. IntelliSense modes that only specify <compiler>-<architecture> variants (e.g. gcc-x64) are legacy modes and are converted automatically to the <platform>-<compiler>-<architecture> variants based on the host platform.",
9494
"type":"string",
9595
"enum": [
9696
"macos-clang-x86",

‎Extension/ui/settings.html‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
<divclass="section">
506506
<divclass="section-title"data-loc-id="intellisense.mode">IntelliSense mode</div>
507507
<divclass="section-text">
508-
<spandata-loc-id="intellisense.mode.description">The IntelliSense mode to use that maps to a platform and architecture variant of MSVC, gcc, or Clang. If not set or if set to<code>${default}</code>, the extension will choose the default for that platform. Windows defaults to<code>windows-msvc-x64</code>, Linux defaults to<code>linux-gcc-x64</code>, and macOS defaults to<code>macos-clang-x64</code>. Select a specific IntelliSense mode to override the<code>${default}</code> mode.</span>
508+
<spandata-loc-id="intellisense.mode.description">The IntelliSense mode to use that maps to a platform and architecture variant of MSVC, gcc, or Clang. If not set or if set to<code>${default}</code>, the extension will choose the default for that platform. Windows defaults to<code>windows-msvc-x64</code>, Linux defaults to<code>linux-gcc-x64</code>, and macOS defaults to<code>macos-clang-x64</code>. Select a specific IntelliSense mode to override the<code>${default}</code> mode. IntelliSense modes that only specify<code>&lt;compiler&gt;-&lt;architecture&gt;</code> variants (e.g.<code>gcc-x64</code>) are legacy modes and are converted automatically to the<code>&lt;platform&gt;-&lt;compiler&gt;-&lt;architecture&gt;</code> variants based on the host platform.</span>
509509
</div>
510510
<div>
511511
<selectname="inputValue"id="intelliSenseMode"class="select-default">
@@ -538,18 +538,18 @@
538538
<optionvalue="windows-msvc-x64">windows-msvc-x64</option>
539539
<optionvalue="windows-msvc-arm">windows-msvc-arm</option>
540540
<optionvalue="windows-msvc-arm64">windows-msvc-arm64</option>
541-
<optionvalue="clang-x86">clang-x86</option>
542-
<optionvalue="clang-x64">clang-x64</option>
543-
<optionvalue="clang-arm">clang-arm</option>
544-
<optionvalue="clang-arm64">clang-arm64</option>
545-
<optionvalue="gcc-x86">gcc-x86</option>
546-
<optionvalue="gcc-x64">gcc-x64</option>
547-
<optionvalue="gcc-arm">gcc-arm</option>
548-
<optionvalue="gcc-arm64">gcc-arm64</option>
549-
<optionvalue="msvc-x86">msvc-x86</option>
550-
<optionvalue="msvc-x64">msvc-x64</option>
551-
<optionvalue="msvc-arm">msvc-arm</option>
552-
<optionvalue="msvc-arm64">msvc-arm64</option>
541+
<optionvalue="clang-x86">clang-x86 (legacy)</option>
542+
<optionvalue="clang-x64">clang-x64 (legacy)</option>
543+
<optionvalue="clang-arm">clang-arm (legacy)</option>
544+
<optionvalue="clang-arm64">clang-arm64 (legacy)</option>
545+
<optionvalue="gcc-x86">gcc-x86 (legacy)</option>
546+
<optionvalue="gcc-x64">gcc-x64 (legacy)</option>
547+
<optionvalue="gcc-arm">gcc-arm (legacy)</option>
548+
<optionvalue="gcc-arm64">gcc-arm64 (legacy)</option>
549+
<optionvalue="msvc-x86">msvc-x86 (legacy)</option>
550+
<optionvalue="msvc-x64">msvc-x64 (legacy)</option>
551+
<optionvalue="msvc-arm">msvc-arm (legacy)</option>
552+
<optionvalue="msvc-arm64">msvc-arm64 (legacy)</option>
553553
</select>
554554
</div>
555555
<divid="intelliSenseModeInvalid"class="error"style="width: 290px"></div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp