ESH

Executive Shell
git clone http://git.omkov.net/ESH
Log | Tree | Refs | README | Download

ESH/.vscode/launch.json (15 lines, 244 B) -rw-r--r-- blame download

01234567891011121314
{
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Debug",
			"type": "cppdbg",
			"request": "launch",
			"program": "${command:cmake.launchTargetPath}",
			"cwd": "${workspaceFolder}/bin",
			"args": [],
			"MIMode": "gdb",
		}
	]
}