Handling extensions

Extensions in your local VS Code are not installed by default in remote containers. You can install them from the extension explorer, or you can include them in the "devcontainer.json" file.

  • Install the "Prettier" extension from the Extensions Explorer view

  • Remove the extension

  • Add it via the "devcontainer.json" file

  • Rebuild the container

  • Verify that the Prettier extension is present

Last updated