Last active
January 2, 2026 04:38
-
-
Save rei1406/9f5f4e0e4885b8f2b732acb576ce9185 to your computer and use it in GitHub Desktop.
VS Code configuration for bits/stdc++.h error in Mac OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configurations": [ | |
| { | |
| "name": "macos-clang-arm64", | |
| "includePath": [ | |
| "${workspaceFolder}/**" | |
| ], | |
| "defines": [], | |
| "cStandard": "${default}", | |
| "cppStandard": "${default}", | |
| "intelliSenseMode": "macos-clang-arm64", | |
| "compilerPath": "/opt/homebrew/bin/g++-15" | |
| } | |
| ], | |
| "version": 4 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment