From c9006c3fe66097b7c0440b2d6bf7ce42a1f3e0d2 Mon Sep 17 00:00:00 2001 From: hpstory <33348162+hpstory@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:06:11 +0800 Subject: [PATCH] fix(docs): add official configuration tutorial for csharp (#687) * fix(docs): add official configuration tutorial for csharp * Update installation.md --------- Co-authored-by: Yudong Jin --- docs/chapter_appendix/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/chapter_appendix/installation.md b/docs/chapter_appendix/installation.md index 37b2088f3..28c1c944b 100644 --- a/docs/chapter_appendix/installation.md +++ b/docs/chapter_appendix/installation.md @@ -36,7 +36,8 @@ ## C# 环境 1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) 。 -2. 在 VSCode 的插件市场中搜索 `c#` ,安装 c# 。 +2. 在 VSCode 的插件市场中搜索 `C# Dev Kit` ,安装 C# Dev Kit ([配置教程](https://code.visualstudio.com/docs/csharp/get-started))。 +3. 也可使用 Visual Studio([安装教程](https://learn.microsoft.com/zh-cn/visualstudio/install/install-visual-studio?view=vs-2022))。 ## Swift 环境