diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 36274763c..5be637f47 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -57,6 +57,18 @@ "presentation": { "focus": true } + }, + { + "label": "Open deprecated test TUI", + "type": "shell", + "command": "go run pkg/integration/deprecated/cmd/tui/main.go", + "problemMatcher": [], + "group": { + "kind": "test", + }, + "presentation": { + "focus": true + } } ], }