Skip to content

Commit

Permalink
Simplify extensions list
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed May 18, 2021
1 parent de34425 commit 9f3f413
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f3f413

Please sign in to comment.