aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-27 15:42:14 +0800
committercrupest <crupest@outlook.com>2021-03-27 15:42:14 +0800
commitfdfe966e8164acd49cb59bc9a1a888a79c6792bb (patch)
tree7c7b5e8072cbe9a292fbe6a30e5e5c3c6dd05fbd /.vscode
parent7326072213d0d6f838977a19fc5b7ee50b094ba6 (diff)
downloadlife-fdfe966e8164acd49cb59bc9a1a888a79c6792bb.tar.gz
life-fdfe966e8164acd49cb59bc9a1a888a79c6792bb.tar.bz2
life-fdfe966e8164acd49cb59bc9a1a888a79c6792bb.zip
Add algorithm contest 3.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json17
-rw-r--r--.vscode/settings.json3
2 files changed, 20 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..584e971
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,17 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Debug",
+ "type": "gdb",
+ "request": "launch",
+ "target": "./a.out",
+ "cwd": "${workspaceRoot}",
+ "valuesFormatting": "parseText",
+ "terminal": "konsole"
+ }
+ ]
+}
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..cad7657
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "cmake.configureOnOpen": false
+} \ No newline at end of file