@@ -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.