Browse Source

Changed some project settings

master
Ludovic 'Archivist' Lagouardette 2 years ago
parent
commit
2fd333c0e3
2 changed files with 15 additions and 2 deletions
  1. +2
    -1
      .gitignore
  2. +13
    -1
      .vscode/settings.json

+ 2
- 1
.gitignore View File

@ -42,4 +42,5 @@ README.html
bin/tests.S
bin/tests.S.zip
vgcore.*
doc/*
doc/*
.vscode/launch.json

+ 13
- 1
.vscode/settings.json View File

@ -8,5 +8,17 @@
"-Wall",
"-pedantic",
"-I${workspaceRoot}/include"
]
],
"files.associations": {
"optional": "cpp",
"system_error": "cpp",
"istream": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp"
}
}

Loading…
Cancel
Save