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. --- works/life/.vscode/launch.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 works/life/.vscode/launch.json (limited to 'works/life/.vscode/launch.json') diff --git a/works/life/.vscode/launch.json b/works/life/.vscode/launch.json deleted file mode 100644 index 584e971..0000000 --- a/works/life/.vscode/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // 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