aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vscode/launch.json3
-rw-r--r--.vscode/tasks.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 76c9ca2..13463af 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
+
{
"type": "java",
"name": "Debug (Launch) with Arguments Prompt",
@@ -19,7 +20,7 @@
"console": "integratedTerminal"
},
{
- "name": "C++",
+ "name": "C/C++",
"type": "cppdbg",
"request": "launch",
"preLaunchTask": "Build c++",
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index f029853..7551630 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -10,6 +10,7 @@
"args": [
"-g",
"-Wall",
+ "-Wextra",
"${file}",
"-o",
"debug"