vscode_settings

Anonymous
json
07/05/2022 11:21 AM
244 B
37
Indexable
{
    "files.autoSave": "afterDelay",
    "C_Cpp.default.cppStandard": "c++17",
	"C_Cpp.default.compilerPath": "/usr/bin/g++" //works for linux, change according to your system
}
Editor is loading...