From 144f6c906e23726a4dc234573e7271604334a452 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 10 Aug 2022 18:57:25 +1000 Subject: [PATCH] New translations ides.mdx (Chinese Simplified) [ci skip] --- .../docusaurus-plugin-content-docs/current/guides/ides.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/ides.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/ides.mdx index 06ce5011..902f712c 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/ides.mdx +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/ides.mdx @@ -13,7 +13,7 @@ Wails 旨在提供出色的开发体验。 为此,我们现在支持生成 IDE 使用`-ide vscode`标志生成项目时,IDE 文件将与其他项目文件一起创建。 这些文件放置在`.vscode`目录中,并为调试应用程序提供正确的配置。 -生成的 2 个文件是`tasks.json`和`launch.json`. 以下是为默认 vanilla 项目生成的文件: 生成的 2 个文件是`tasks.json`和`launch.json`. 以下是为默认 vanilla 项目生成的文件: Below are the files generated for the default vanilla project: +生成的 2 个文件是`tasks.json`和`launch.json`. 以下是为默认 vanilla 项目生成的文件: 生成的 2 个文件是`tasks.json`和`launch.json`. 以下是为默认 vanilla 项目生成的文件: Below are the files generated for the default vanilla project: 生成的 2 个文件是`tasks.json`和`launch.json`. 以下是为默认 vanilla 项目生成的文件: Below are the files generated for the default vanilla project: ```json title="tasks.json" {