vscode_settings

mail@pastecode.io avatar
unknown
json
2 years ago
182 B
15
Indexable
Never
{
    "files.autoSave": "afterDelay",
    "C_Cpp.default.cppStandard": "c++17",
	"C_Cpp.default.compilerPath": "/usr/bin/g++" //works for linux, change according to your system
}