我想尝试在linux上的visual studio代码中运行program.c并显示以下消息:
Unable to start debugging. No terminal is available to launch the debugger. Please install Gnome Terminal or XTerm.
我不使用xterm,只使用urxvt。我已经改变了
"terminal.external.linuxExec": "urxvt",
在settings.json中,但这还不够。
下一步要使用urxvt而不是xterm或Gnome终端需要做什么?