{ "window.zoomLevel": 2, "editor.fontSize": 15, "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", "code-runner.clearPreviousOutput": true, "code-runner.runInTerminal": true, "code-runner.saveFileBeforeRun": true, "C_Cpp.intelliSenseEngine": "Default", "C_Cpp.default.intelliSenseMode": "clang-x64", "C_Cpp.default.includePath": [ "${workspaceRoot}", "C:/MinGW/lib/gcc/mingw32/9.2.0/include", "C:/MinGW/include", "C:/MinGW/lib/gcc/mingw32/9.2.0/include-fixed" ], "defines": [ "_DEBUG", "UNICODE", "__GNUC__=6", "__cdecl=__attribute__((__cdecl__))" ], "browse": { "path": [ "C:/MinGW/lib/gcc/mingw32/9.2.0/include", "C:/MinGW/lib/gcc/mingw32/9.2.0/include-fixed", "C:/MinGW/include/*" ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" }, "editor.tabSize": 2, "editor.cursorStyle": "block" }