Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create extensions.json #2

Closed
wants to merge 1 commit into from
Closed

Conversation

darcythomas
Copy link
Contributor

These are some recommended extensions for VS Code.

If you include this file in a repo, and open the extensions tab, the extensions in this file will pop up in the recommended section.

I have included some extensions I recommend we use, but please feel free to discuss, veto, promote, suggest, push your own extension and opinions of this list.

  1. "editorconfig.editorconfig", // editorconfig
  2. "dbaeumer.vscode-eslint", //eslint
  3. "streetsidesoftware.code-spell-checker", // A spell checker for comments and variable names
  4. "ms-azuretools.vscode-docker", // Menu for starting, stopping, viewing logs, connecting to your docker containers
  5. "ms-vscode-remote.remote-containers", // Enables (re)opening VSCode inside(connected to) a docker container, so we don't need to install every tool (like the Java SDK) etc onto our local machines
  6. "redhat.vscode-yaml", // Syntax highliteing and linting for yaml
  7. "shd101wyy.markdown-preview-enhanced", // View a markdown file in a preview/pretty rendering
  8. "sonarsource.sonarlint-vscode" // linter for JavaScript, TypeScript, Python, Java, HTML & PHP code

@darcythomas
Copy link
Contributor Author

@danielnashnz
@tkmoynihan
@mdigital

Thoughts?!

@darcythomas darcythomas linked an issue Aug 12, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recommend extensions
1 participant