|
505 | 505 | <divclass="section"> |
506 | 506 | <divclass="section-title"data-loc-id="intellisense.mode">IntelliSense mode</div> |
507 | 507 | <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><compiler>-<architecture></code> variants (e.g.<code>gcc-x64</code>) are legacy modes and are converted automatically to the<code><platform>-<compiler>-<architecture></code> variants based on the host platform.</span> |
509 | 509 | </div> |
510 | 510 | <div> |
511 | 511 | <selectname="inputValue"id="intelliSenseMode"class="select-default"> |
|
538 | 538 | <optionvalue="windows-msvc-x64">windows-msvc-x64</option> |
539 | 539 | <optionvalue="windows-msvc-arm">windows-msvc-arm</option> |
540 | 540 | <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> |
553 | 553 | </select> |
554 | 554 | </div> |
555 | 555 | <divid="intelliSenseModeInvalid"class="error"style="width: 290px"></div> |
|