Newer
Older
GameEngine / .vscode / settings.json
@John Ryland John Ryland on 22 Aug 302 bytes save WIP
{
    "files.associations": {
        "*.pro": "makefile",
        "bitset": "cpp",
        "chrono": "cpp",
        "algorithm": "cpp",
        "*.bin_inc": "cpp"
    },
    "cmake.configureOnOpen": false,
    "cmake.sourceDirectory": "${workspaceFolder}/.modules/imgui/examples/example_glfw_vulkan"
}