TEK5030

TEK5030 resource pages

<-- Home

TEK 5030 - Getting started with VS Code devcontainer

This is a quick and dirty howto for getting started with developing inside a devcontainer in VS Code. YMMV!

Prerequisites

Setup the toolchain

When you open the project in VS Code, a dialog box should appear, since the .devcontainer directory is detected:

vscode popup

Press Reopen in Container. It may take a while the first time.

After reopening, you may press Allow (or any of the other options) in the other dialog box, if it appears:

vscode popup

Compile and run the labs

Now you can proceed to build and run the lab as usual!

All the magic and required settings is hidden within .devcontainer/devcontainer.json.

(In this bare minimum guide it is assumed that you are fairly fluent in vs code).


<-- Home