aboutsummaryrefslogtreecommitdiff
path: root/works/life/.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
commit3e79ef41cefec10e7f46b184907edffb13c2ecff (patch)
tree16dfa6114f19be5bbe29901b84536e3be9dc8670 /works/life/.vscode
parentac32eebb6cad203e7a45834d3dc90b639e3d6ed3 (diff)
downloadcrupest-3e79ef41cefec10e7f46b184907edffb13c2ecff.tar.gz
crupest-3e79ef41cefec10e7f46b184907edffb13c2ecff.tar.bz2
crupest-3e79ef41cefec10e7f46b184907edffb13c2ecff.zip
import(life): Add algorithm contest 3.
Diffstat (limited to 'works/life/.vscode')
-rw-r--r--works/life/.vscode/launch.json17
-rw-r--r--works/life/.vscode/settings.json3
2 files changed, 20 insertions, 0 deletions
diff --git a/works/life/.vscode/launch.json b/works/life/.vscode/launch.json
new file mode 100644
index 0000000..584e971
--- /dev/null
+++ b/works/life/.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/works/life/.vscode/settings.json b/works/life/.vscode/settings.json
new file mode 100644
index 0000000..cad7657
--- /dev/null
+++ b/works/life/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "cmake.configureOnOpen": false
+} \ No newline at end of file