From 99e2e923d0c77b02f3fb4ff648ea916954868606 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 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 store/works/life/.vscode/launch.json (limited to 'store/works/life/.vscode/launch.json') 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" + } + ] +} -- cgit v1.2.3