Skip to content

Commit

Permalink
Merge pull request #1 from archishadatta/catherine
Browse files Browse the repository at this point in the history
Catherine
  • Loading branch information
catherinepan1 authored Dec 1, 2023
2 parents 98b81b2 + 1299694 commit 2fad8ff
Show file tree
Hide file tree
Showing 23 changed files with 103,088 additions and 5,109 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"C_Cpp.default.compilerPath": "C:\\msys64\\ucrt64\\bin\\gcc.exe",
"files.associations": {
"ostream": "cpp"
},
"java.debug.settings.onBuildFailureProceed": true
}
28 changes: 28 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++.exe build active file",
"command": "C:\\msys64\\ucrt64\\bin\\g++.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "C:\\msys64\\ucrt64\\bin"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "compiler: C:\\msys64\\ucrt64\\bin\\g++.exe"
}
]
}
Loading

0 comments on commit 2fad8ff

Please sign in to comment.