Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.03 KB

File metadata and controls

32 lines (18 loc) · 1.03 KB

Devcontainer

Extensions

See devcontainer.json for extensions installed by default.

Enabled features

Note that additional extensions may be installed depending on the enabled features and parameters. See the "Features" section of devcontainer.json.

Power Platform Tools

The tools depends on asp .net core runtime. See relevant run in Dockerfile.

Using the devcontainer

Codespace

Deploy as is in github codespaces.

Dev Container

To build and run the container locally you need to have docker installed.

VSCode

See documentation on building and running the container with the Dev Containers extension.

TL;DR try: [CTRL]+[SHIFT]+[p] -> search for: Dev Containers: Rebuild container -> [Enter]

Note: You may encounter certificates errors during build when on-prem networks where proxy settings are required.