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