wxWidgets based Stable Diffusion C++ GUi
Ferenc Szontágh
2024-02-03 2088e1b7aa6419dec58800bc1d0cb24f5808affe
.vscode/settings.json
@@ -100,5 +100,16 @@
        "regex": "cpp",
        "typeindex": "cpp",
        "valarray": "cpp"
    },
    "debug.terminal.clearBeforeReusing": true,
    "C_Cpp.loggingLevel": "Information",
    "remote.WSL.debug": true,
    "cmake.configureOnOpen": false,
    "cmake.debugConfig": {
        "stopAtEntry": false,
        "console": "newExternalWindow",
        "logging": {
            "trace": true
        }
    }
}