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

Added Visual Studio Code extension recommendations #26

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ArnoPeters
Copy link

@ArnoPeters ArnoPeters commented Nov 10, 2022

Resolves #25

The /readme.md mentions the remote containers extension (which does not exist in the marketplace by that name directly, but DOES have the id "ms-vscode-remote.remote-containers"). When following the link it actually mentions the Dev Containers extensions on the first line.
On opening the repo, Visual Studio code detects and recommends that Dev Containers extension (which does exist)
The quickstart guide linked in the repo's About recommends the Azure Static Web Apps extension as well.

  • Both recommended extensions have been added to a /.vscode/extensions.json to have Visual Studio Code notify developers of these recommendations on repo open.
  • Corrected the link name for the Dev Containers extension.

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.

Add a vscode extensions.json with the recommended extensions.
1 participant