summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: 25973d667e5a33bd8fc84803634ce37e38cc56b8 (plain)
{
	// Use IntelliSense to learn about possible attributes.
	// Hover to view descriptions of existing attributes.
	// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
	"version": "0.2.0",
	"configurations": [
		{
			"name": "alligator_editor",
			"request": "launch",
			"type": "dart"
		},
		{
			"name": "alligator_editor (profile mode)",
			"request": "launch",
			"type": "dart",
			"flutterMode": "profile"
		},
		{
			"name": "alligator_editor (release mode)",
			"request": "launch",
			"type": "dart",
			"flutterMode": "release"
		}
	]
}