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
This commit is contained in:
Pasha Bibko
2025-08-21 20:33:32 +01:00
parent 18f5a3954d
commit dc1cca1843
2 changed files with 7 additions and 16 deletions

View File

@@ -3,17 +3,7 @@
"configurations": [
{
"name": "Linux",
"includePath":
[
"${workspaceFolder}/**"
],
"cppStandard": "c++20"
},
{
"name": "Windows",
"name": "Default",
"includePath":
[