From fd0a2404d32df5635bdd2f1f9e449d9a97004b90 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Fri, 5 May 2017 00:14:18 +1000 Subject: [PATCH] Update usage.rst Changes to include a link to the VS Code extension. --- docs/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index f6c51678..b9e9fb5c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -2,7 +2,7 @@ Command Line Usage ================== .. _issue_16: https://github.com/landscapeio/prospector/issues/16 - +.. _vscode_python_plugin: https://marketplace.visualstudio.com/items?itemName=donjayamanne.python The simplest way to run prospector is from the project root with no arguments. It will try to figure everything else out itself and provide sensible defaults:: prospector @@ -29,7 +29,7 @@ The default output format of ``prospector`` is designed to be human readable. Yo +=============+============================================================================+ | ``emacs`` | | Support for emacs compilation output mode, see `issue_16`_. | +-------------+----------------------------------------------------------------------------+ -| ``vscode`` | | Support for vscode python plugin | +| ``vscode`` | | Support for `vscode_python_plugin`_ | +-------------+----------------------------------------------------------------------------+ | ``grouped`` | | Similar to ``text``, but groups all message on the same line together | | | | rather than having a separate entry per message. |