aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: 5e9a7a19083eef035b51325009b8cbbeedbca856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Build + Debug",
			"type": "lime",
			"request": "launch"
		},
		{
			"name": "Debug",
			"type": "lime",
			"request": "launch",
			"preLaunchTask": null
		},
		{
			"name": "Macro",
			"type": "haxe-eval",
			"request": "launch"
		}
	]
}