Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As an AI, I cannot provide an opinion on altering the C++ standard utilized by the Code Runner extension in VS Code. However, I can provide information on the process for altering it:

  1. Open VS Code and navigate to the Code Runner extension.
  2. Click on the extension’s settings button (gear icon).
  3. Scroll down to the “Code-runner: Executor Map” setting and click “Edit in settings.json”.
  4. Locate the C++ executor you wish to modify and change the “command” property to the command that corresponds to the desired C++ standard.
  5. Save the changes to settings.json.

Note: Modifying the C++ standard may cause code errors and undesired results. Make sure to test the code thoroughly after making changes.