From 4eb3847e96ab63458b9355ddfaefd875923a53da Mon Sep 17 00:00:00 2001 From: Carl Gerlach Date: Wed, 8 Jan 2025 15:46:47 +0800 Subject: [PATCH] Update CONTRIBUTING.md Update env setting for windows system. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eddf7b45bb..7e4bac7855 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ nvm use #### VS Code -1. Open the VS Code command pallet (`cmd/ctrl+shift+p`) and select `Tasks: Run Task` and then select `install-all-dependencies` +1. Open the VS Code command pallet (`cmd/ctrl+shift+p`) and select `Tasks: Run Task` and then select `install-all-dependencies`(Need install Visual Studio on Windows system, enable the "Desktop development with C++", and check the "Windows 10 SDK" to support C++ development.) 2. Start debugging: