Skip to content

vscode configuration

astrofra edited this page May 18, 2020 · 1 revision

.vscode/c_cpp_properties.json

{
    "configurations": [
        {
            "name": "amiga",
            "includePath": [
                "${workspaceFolder}/**",
                "c:/dev/sasc658/sc/include/"
            ],
            "defines": [
                "LATTICE"
            ],
            "cStandard": "c89",
            "cppStandard": "c++17",
            "intelliSenseMode": "msvc-x64"
        }
    ],
    "version": 4
}

Clone this wiki locally