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": [