From: Kohei Yoshino Date: Thu, 6 Dec 2018 22:00:29 +0000 (-0500) Subject: Add "Vagrant: Connect to Database" VS Code task X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88fcac462141478d8a5441865e684371a28c49c1;p=thirdparty%2Fbugzilla.git Add "Vagrant: Connect to Database" VS Code task --- 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",