diff options
author | crupest <crupest@outlook.com> | 2021-04-01 17:56:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-01 17:56:24 +0800 |
commit | d99f515a763f530e1686940d5824df072d4c5964 (patch) | |
tree | f4a22df5d44798612c9036afe228911b14f5e648 /works/life/.vscode | |
parent | 46bfa3e16a168b527cadb4a5d98290732246f3f7 (diff) | |
parent | 3e79ef41cefec10e7f46b184907edffb13c2ecff (diff) | |
download | crupest-d99f515a763f530e1686940d5824df072d4c5964.tar.gz crupest-d99f515a763f530e1686940d5824df072d4c5964.tar.bz2 crupest-d99f515a763f530e1686940d5824df072d4c5964.zip |
import(life): Merge remote-tracking branch 'origin/ac3'
Diffstat (limited to 'works/life/.vscode')
-rw-r--r-- | works/life/.vscode/launch.json | 17 | ||||
-rw-r--r-- | works/life/.vscode/settings.json | 3 |
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 |