]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - Update README on VS Code integration
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 8 Oct 2018 18:25:25 +0000 (14:25 -0400)
committerGitHub <noreply@github.com>
Mon, 8 Oct 2018 18:25:25 +0000 (14:25 -0400)
Update the description as Tasks menu has been merged to Terminal menu.
Also mention an extension bundle made by @dylanwh.

README.rst

index e8646ca6fb782b23f750f9099d96d9b23df8c09f..e20be7f3843f7a0f92e427ffb01483b9e451ad6e 100644 (file)
@@ -80,11 +80,13 @@ or db is changed, do a full provision:
 
     vagrant rsync && vagrant provision
 
-If you are using Visual Studio Code, these tasks are available from the editor's
-`Tasks menu`_. The update command can be run by simply hitting `Ctrl+Shift+B` on
-Windows/Linux or `Command+Shift+B` on macOS.
+If you are using Visual Studio Code, these commands will come in handy as the
+editor's `tasks`_ that can be found under the Terminal menu. The update command
+can be executed by simply hitting `Ctrl+Shift+B` on Windows/Linux or
+`Command+Shift+B` on macOS. An `extension bundle`_ for VS Code is also available.
 
-.. _`Tasks menu`: https://code.visualstudio.com/docs/editor/tasks
+.. _`tasks`: https://code.visualstudio.com/docs/editor/tasks
+.. _`extension bundle`: https://marketplace.visualstudio.com/items?itemName=dylanwh.bugzilla
 
 Testing Auth delegation
 -----------------------