Files
LXC/.vscode/c_cpp_properties.json
Pasha Bibko dc1cca1843 Cleaned .vscode folder
- Removed settings.json from appearing as it only contains file accosiations
- Updated config to have one global instead of one for Linux and Windows each as they were identical
2025-08-21 20:33:32 +01:00

16 lines
236 B
JSON

{
"version": 4,
"configurations": [
{
"name": "Default",
"includePath":
[
"${workspaceFolder}/**"
],
"cppStandard": "c++20"
}
]
}