From dc1f0c4c0096013799416664894c5194dc7e1f52 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- store/works/life/.vscode/launch.json | 17 +++++++++++++++++ store/works/life/.vscode/settings.json | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 store/works/life/.vscode/launch.json create mode 100644 store/works/life/.vscode/settings.json (limited to 'store/works/life/.vscode') diff --git a/store/works/life/.vscode/launch.json b/store/works/life/.vscode/launch.json new file mode 100644 index 0000000..584e971 --- /dev/null +++ b/store/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/store/works/life/.vscode/settings.json b/store/works/life/.vscode/settings.json new file mode 100644 index 0000000..cad7657 --- /dev/null +++ b/store/works/life/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.configureOnOpen": false +} \ No newline at end of file -- cgit v1.2.3