From 35aca55fcdcafdc5c142a43fcbb106f0a7c7e623 Mon Sep 17 00:00:00 2001 From: Arne Einecke <47402928+watertrainer@users.noreply.github.com> Date: Wed, 6 Apr 2022 16:44:38 +0100 Subject: [PATCH] Clarification on no Windows support --- docs/build-flash-and-debug/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-flash-and-debug/index.md b/docs/build-flash-and-debug/index.md index 951f6477..a5e0dab9 100644 --- a/docs/build-flash-and-debug/index.md +++ b/docs/build-flash-and-debug/index.md @@ -172,7 +172,7 @@ docker image build -t infinitime-build --build-arg PUID=$(id -u) --build-arg PGI The .VS Code folder contains configuration files for developing InfiniTime with VS Code. Effort was made to have these rely on Environment variables instead of hardcoded paths. -At the moment building using VSCode on Windows is not supported. Use the [devcontainer](#vs-codedocker-devcontainer) +At the moment building using VSCode on Windows has not been done yet. Using the [devcontainer](#vs-codedocker-devcontainer) is probably the easiest way. #### Environment Setup