Skip to content
Snippets Groups Projects
Commit 52d368f3 authored by Hampölz, Rene's avatar Hampölz, Rene
Browse files

docs(devcontainer): Use correct build task name

parent c90abd82
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ The dev container is already pre-configured for building and debugging the OOP1
> You can read more about how to debug in the VS Code docs: https://code.visualstudio.com/docs/editor/debugging
To build the project without debugging, execute the task **C/C++: Clang build active file**. To do this, open the Quick Open using the keyboard shortcut <kbd>⌃ Ctrl</kbd>+<kbd>P</kbd> _(MacOS: <kbd>⌘ Command</kbd>+<kbd>P</kbd>)_ and enter `task build`. You can then find the compiled binaries in the **`build`** directory.
To build the project without debugging, execute the task **Build OOP1 Project**. To do this, open the Quick Open using the keyboard shortcut <kbd>⌃ Ctrl</kbd>+<kbd>P</kbd> _(MacOS: <kbd>⌘ Command</kbd>+<kbd>P</kbd>)_ and enter `task build`. You can then find the compiled binaries in the **`build`** directory.
### Setting environment variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment