solve hw 7
This commit is contained in:
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@@ -106,18 +106,30 @@
|
||||
"preLaunchTask": "C/C++: g++ build active file"
|
||||
},
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
"name": "lab07",
|
||||
=======
|
||||
"name": "nysearch",
|
||||
>>>>>>> 6b2a5ae (solve hw 7)
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${fileDirname}/${fileBasenameNoExtension}",
|
||||
"args": [
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"html_files/index.html",
|
||||
>>>>>>> 6b2a5ae (solve hw 7)
|
||||
"input.txt"
|
||||
],
|
||||
"cwd": "${fileDirname}",
|
||||
"environment": [],
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
<<<<<<< HEAD
|
||||
"preLaunchTask": "C/C++: g++ build single active file"
|
||||
=======
|
||||
"preLaunchTask": "C/C++: g++ build active file"
|
||||
>>>>>>> 6b2a5ae (solve hw 7)
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user