fix(CTemplate): spelling
This commit is contained in:
parent
e19fbc980b
commit
72aed56663
24
C_Tempate/.vscode/launch.json
vendored
24
C_Tempate/.vscode/launch.json
vendored
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Debug",
|
|
||||||
"type": "cppdbg",
|
|
||||||
"request": "launch",
|
|
||||||
"args": [],
|
|
||||||
"stopAtEntry": true,
|
|
||||||
"cwd": "${workspaceFolder}/build",
|
|
||||||
"environment": [],
|
|
||||||
"externalConsole": false,
|
|
||||||
"linux": {
|
|
||||||
"MIMode": "gdb",
|
|
||||||
"miDebuggerPath": "gdb",
|
|
||||||
"program": "${workspaceFolder}/build/CTemplate",
|
|
||||||
"args": [
|
|
||||||
"../puzzle.input"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"preLaunchTask": "build"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
42
C_Tempate/.vscode/tasks.json
vendored
42
C_Tempate/.vscode/tasks.json
vendored
@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "build",
|
|
||||||
"type": "shell",
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
},
|
|
||||||
"linux": {
|
|
||||||
"command": "bash",
|
|
||||||
"args": [
|
|
||||||
"-c",
|
|
||||||
"'mkdir -p build && cd build && cmake .. && make'"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "build & run",
|
|
||||||
"type": "shell",
|
|
||||||
"linux": {
|
|
||||||
"command": "bash",
|
|
||||||
"args": [
|
|
||||||
"-c",
|
|
||||||
"'make run'"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "clean",
|
|
||||||
"type": "shell",
|
|
||||||
"linux": {
|
|
||||||
"command": "bash",
|
|
||||||
"args": [
|
|
||||||
"-c",
|
|
||||||
"'cd build && make clean'"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
0
C_Tempate/.gitignore → C_Template/.gitignore
vendored
0
C_Tempate/.gitignore → C_Template/.gitignore
vendored
Loading…
x
Reference in New Issue
Block a user