Skip to content
Snippets Groups Projects
Select Git revision
  • c79f6d216e4f9ce2f7fb753f7b27a6dbe05d8993
  • master default protected
2 results

c_cpp_properties.json

Blame
  • Per Lindgren's avatar
    Per Lindgren authored
    c79f6d21
    History
    c_cpp_properties.json 459 B
    {
        "configurations": [
            {
                "name": "Linux",
                "includePath": [
                    "${workspaceFolder}/**",
                    "/home/pln/Audio/JUCE/",
                    "/home/pln/Audio/JUCE/modules/"
                ],
                "defines": [],
                "compilerPath": "/usr/bin/gcc",
                "cStandard": "c11",
                "cppStandard": "gnu++14",
                "intelliSenseMode": "clang-x64"
            }
        ],
        "version": 4
    }