From d7c03761a4717bf9ce2ae53a559c41c221c4cbcd Mon Sep 17 00:00:00 2001 From: iridiumR Date: Thu, 30 Mar 2023 18:11:42 +0800 Subject: [PATCH] chore: update debug settings --- .vscode/launch.json | 2 +- .vscode/settings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fe8b515..4c71eda 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "(gdb) 启动", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/dish", + "program": "${workspaceFolder}/ddish", "args": [], "stopAtEntry": false, "cwd": "${fileDirname}", diff --git a/.vscode/settings.json b/.vscode/settings.json index 17bb0c3..324a8ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "files.associations": { + "history.h": "c" }, "editor.tabSize": 2, "makefile.launchConfigurations": [