]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add "Vagrant: Connect to Database" VS Code task
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 6 Dec 2018 22:00:29 +0000 (17:00 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 22:00:29 +0000 (17:00 -0500)
.vscode/tasks.json

index 757c6b5f75217e28d75edff749533de0304496d8..160a859dc1b11834e71fc9e99ffa6d4c71b5667d 100644 (file)
       "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",