From 88fcac462141478d8a5441865e684371a28c49c1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Thu, 6 Dec 2018 17:00:29 -0500 Subject: [PATCH] Add "Vagrant: Connect to Database" VS Code task --- .vscode/tasks.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 757c6b5f7..160a859dc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -34,6 +34,13 @@ "group": "build", "problemMatcher": [] }, + { + "label": "Vagrant: Connect to Database", + "type": "shell", + "command": "vagrant ssh db -c 'mysql -u root -p bugs_bmo'", + "group": "none", + "problemMatcher": [] + }, { "label": "Vagrant: Update Perl Dependencies", "type": "shell", -- 2.47.3