From 9f3f4139be811d20a588efe2f5de71c374cf1f69 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 18 May 2021 11:44:55 -0400 Subject: [PATCH] Simplify extensions list --- docs/Dev Environment Setup Guide.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/Dev Environment Setup Guide.md b/docs/Dev Environment Setup Guide.md index 481e503..a040d16 100644 --- a/docs/Dev Environment Setup Guide.md +++ b/docs/Dev Environment Setup Guide.md @@ -214,15 +214,9 @@ This will create a `webqueue2-api` folder in your user's home directory. Open th ## Configuring VS Code ### Installing Extensions -There are three groups of plugins to install depending on what kind of development you're doing: - -#### General plugins, (needed by everyone): - -- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) for working with Python virtual environments and debugging +- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) for Python language support, IntelliSense, virtual environments and debugging - [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph) for a more detailed view of git info - [Markdown Preview GitHub Styling](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles) for previewing Markdown as it will appear on GitHub - -#### Backend/API Extensions: - [Python Docstring Generator](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) for generating Google style docstrings according to section 3.8 of [Google's Python style guide](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings) ### Configuring Extensions