diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ce0034..f865d09 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,12 @@ ], "stopAtEntry": false, "cwd": "${workspaceFolder}", - "environment": [], + "environment": [ + { + "name": "TERM", + "value": "xterm-256color" + } + ], "externalConsole": false, "MIMode": "lldb", "setupCommands": [ @@ -30,6 +35,5 @@ } ] } - ] -} +} \ No newline at end of file