Skip to content

Instantly share code, notes, and snippets.

@rei1406
Last active January 2, 2026 04:38
Show Gist options
  • Select an option

  • Save rei1406/9f5f4e0e4885b8f2b732acb576ce9185 to your computer and use it in GitHub Desktop.

Select an option

Save rei1406/9f5f4e0e4885b8f2b732acb576ce9185 to your computer and use it in GitHub Desktop.
VS Code configuration for bits/stdc++.h error in Mac OS
{
"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