diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-10-08 20:25:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 20:25:25 +0200 |
commit | b4dd86eb09e3a42cad9deca900c5f40e2016d1b4 (patch) | |
tree | 3b04eed8a067ef682eae8dfa68e1a433cd495018 | |
parent | 32206926ada9522ae59ba5c65a18d25ced653d6f (diff) | |
download | bugzilla-b4dd86eb09e3a42cad9deca900c5f40e2016d1b4.tar.gz bugzilla-b4dd86eb09e3a42cad9deca900c5f40e2016d1b4.tar.xz |
no bug - Update README on VS Code integration
Update the description as Tasks menu has been merged to Terminal menu.
Also mention an extension bundle made by @dylanwh.
-rw-r--r-- | README.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/README.rst b/README.rst index e8646ca6f..e20be7f38 100644 --- a/README.rst +++ b/README.rst @@ -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 ----------------------- |