Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${workspaceFolder}/**",
- "/usr/local/include/**",
- "/usr/include/**",
- "${workspaceFolder}/src"
- ],
- "defines": [],
- "compilerPath": "/usr/bin/clang++",
- "cStandard": "c18",
- "cppStandard": "c++17",
- "intelliSenseMode": "clang-x64"
- }
- ],
- "version": 4
- }
Add Comment
Please, Sign In to add comment