solve hw-10
This commit is contained in:
18
.vscode/launch.json
vendored
18
.vscode/launch.json
vendored
@@ -151,6 +151,24 @@
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
"preLaunchTask": "C/C++: g++ build active file"
|
||||
},
|
||||
{
|
||||
"name": "nynotifications",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${fileDirname}/${fileBasenameNoExtension}",
|
||||
"args": [
|
||||
"posts.json",
|
||||
"users.json",
|
||||
"events_large.txt",
|
||||
"output.txt",
|
||||
"carrieunderwood"
|
||||
],
|
||||
"cwd": "${fileDirname}",
|
||||
"environment": [],
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
"preLaunchTask": "C/C++: g++ build active file"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -82,6 +82,7 @@
|
||||
"shared_mutex": "cpp",
|
||||
"cfenv": "cpp",
|
||||
"locale": "cpp",
|
||||
"filesystem": "cpp"
|
||||
"filesystem": "cpp",
|
||||
"__split_buffer": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user