Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 665 Bytes

README.dev.md

File metadata and controls

9 lines (5 loc) · 665 Bytes

Dev notes

Development with VS Code

You can use Remote Containers extension to develop this project on any platform. All required tools will be insalled in docker container and VS Code will operate from there without touching your system.

You can use VS Code integrated terminal (Ctrl+`) to use CLI inside docker (eg. using dotnet command). You can lunch debugger (F5) and debug project or run int in hot-reload mode (Ctrl+Shift+P > Run task > watch).

To start developing inside container, install extension and use command Remote-Containers: Reopen in container