You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this editor to edit basic IntelliSense settings defined in the underlying <ahref="command:C_Cpp.ConfigurationEditJSON" title="Edit configurations in JSON file">c_cpp_properties.json</a> file.
325
-
Only the setting values of the active configuration can be modified at a time. Switch active configurations to modify a different configurations on this editor. To edit multiple configurations or set additional settings go to <ahref="command:C_Cpp.ConfigurationEditJSON" title="Edit configurations in JSON file">c_cpp_properties.json</a>.
326
+
Changes made in this editor only apply to the active configuration. To modify other configurations <ahref="command:C_Cpp.ConfigurationSelect" title="Change the active configuration">change the active configuration</a>.
327
+
To edit multiple configurations at once, or additional settings not shown here, go to <ahref="command:C_Cpp.ConfigurationEditJSON" title="Edit configurations in JSON file">c_cpp_properties.json</a>.
The identifier of the active configuration. <code>Mac</code>, <code>Linux</code>, and <code>Win32</code> are special identifiers for configurations that will be auto-selected on those platforms, but the identifier can be anything.
338
+
A friendly name that identifies a configuration. <code>Mac</code>, <code>Linux</code>, and <code>Win32</code> are special identifiers for configurations that will be auto-selected on those platforms, but the name of the identifier can be anything.
339
+
To edit the name of the current active configuration, go to the <ahref="command:C_Cpp.ConfigurationEditJSON" title="Edit configurations in JSON file">c_cpp_properties.json</a> file and edit the <code>name</code> property.
<astyle="padding-left: 6px;" href="command:C_Cpp.ConfigurationSelect" title="Select active configuration">Select active configuration</a>
342
+
<astyle="padding-left: 6px;" href="command:C_Cpp.ConfigurationSelect" title="Change the active configuration">Change the active configuration</a>
340
343
</div>
341
344
</div>
342
345
343
346
<divclass="section">
344
347
<divclass="section-title">Compiler path</div>
345
348
<divclass="section-text">
346
-
Full path of the compiler being used to build, e.g. <code>/usr/bin/gcc</code>, to enable more accurate IntelliSense.
349
+
The full path of the compiler being used to build, e.g. <code>/usr/bin/gcc</code>, to enable more accurate IntelliSense.
347
350
Args can be added to modify the includes/defines used, e.g. <code>-nostdinc++</code>, <code>-m32</code>, etc., but paths with spaces must be surrounded by double quotes <code>"</code> if args are used.
348
351
</div>
349
352
<divclass="section-input">
@@ -354,10 +357,13 @@
354
357
<divclass="section">
355
358
<divclass="section-title">IntelliSense mode</div>
356
359
<divclass="section-text">
357
-
If set, it overrides the default mode used by the IntelliSense engine. Windows defaults to msvc-x64, Linux defaults to gcc-x64, and Mac defaults to clang-x64.
360
+
The IntelliSense mode used by the IntelliSense engine. The <code>${default}</code> mode will choose the default for that platform.
361
+
Windows defaults to <code>msvc-x64</code>, Linux defaults to <code>gcc-x64</code>, and Mac defaults to <code>clang-x64</code>.
362
+
Select a specific IntelliSense mode to override the <code>${default}</code> mode.
0 commit comments