{"id":15090984,"url":"https://github.com/vscodeconfighelper/v2","last_synced_at":"2025-10-06T10:30:39.193Z","repository":{"id":40852844,"uuid":"231130606","full_name":"VSCodeConfigHelper/v2","owner":"VSCodeConfigHelper","description":"VS Code C++ 配置器（第 1、2 版）","archived":true,"fork":false,"pushed_at":"2022-11-08T15:52:50.000Z","size":355,"stargazers_count":120,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"v2.x","last_synced_at":"2024-09-30T06:41:09.587Z","etag":null,"topics":["vscode","winforms"],"latest_commit_sha":null,"homepage":"https://v2.vscch.tk","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VSCodeConfigHelper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-31T18:13:28.000Z","updated_at":"2024-09-11T12:44:39.000Z","dependencies_parsed_at":"2023-01-21T16:02:17.742Z","dependency_job_id":null,"html_url":"https://github.com/VSCodeConfigHelper/v2","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSCodeConfigHelper%2Fv2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSCodeConfigHelper%2Fv2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSCodeConfigHelper%2Fv2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VSCodeConfigHelper%2Fv2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VSCodeConfigHelper","download_url":"https://codeload.github.com/VSCodeConfigHelper/v2/tar.gz/refs/heads/v2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235519936,"owners_count":19003201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vscode","winforms"],"created_at":"2024-09-25T10:34:59.444Z","updated_at":"2025-10-06T10:30:38.799Z","avatar_url":"https://github.com/VSCodeConfigHelper.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCodeConfigHelper (v1.x and v2.x)\n\n## ⚠️ Warning\n\n**此仓库用于存放 1.x 和 2.x 旧版工具的代码。旧版工具将不再接受功能更新，请前往 [VSCodeConfigHelper3](https://github.com/Guyutongxue/VSCodeConfigHelper3) 了解关于新版 3.x 的信息。**\n\nVSCodeConfigHelper 是一个配置 Visual Studio Code C++ 环境的工具。它专为编程新手打造，致力于让学生专注于编程的学习而非环境的配置工作上。\n\n**[旧版工具下载地址](https://github.com/Guyutongxue/VSCodeConfigHelper/releases)**\n\n## 使用方法\n\n此工具只能在 Windows （版本不低于 Windows 7 Service Pack 1）环境下使用。如果您使用的是 macOS，请参阅[此处](VS_Code_in_Mac.md)。如果您使用的是 GNU/Linux，您来这里做什么？\n\n您**只**需要一个支持 7-Zip 解压缩的软件。您可以使用*任何*主流的工具包括 WinRAR、Bandizip 甚至“好压”。\n\n然后，您只需要[下载](https://github.com/Guyutongxue/VSCodeConfigHelper/releases)此工具，然后按照上面的提示进行即可：\n\n1. 第一步：输入一个**不包含中文**或者特殊字符的文件夹，作为您的工作文件夹。您的一切代码和程序都将存放在该文件夹下。若一切顺利，请点击下一步。\n2. 第二步：配置您的 MinGW-w64。\n   - 如果您是第一次配置，请您点击下载链接，然后使用 7-Zip 解压缩工具解压。请妥善保存解压得到的文件，并将其路径输入到工具中。若一切顺利，你将看到绿色的输出。此时请您点击下一步。\n   - 如果这不是您第一次配置，请您选中您想要使用的编译环境。请注意，如果该编译环境是红色字体，说明该编译环境并不推荐，可能导致异常。选择完毕后，请您点击下一步。\n3. 第三步：安装 VS Code 和插件。\n   - 如果您已经安装了 VS Code，则工具会自动检测并提示您。如果您观察到了红色字体的输出，说明您当前安装的 VS Code 可能与 MinGW-w64 不兼容。建议您重新通过工具提供的链接下载并安装。安装完成后，请点击刷新按钮。\n   - 如果您未安装 VS Code，请通过工具提供的链接下载并安装。安装完成后，请点击刷新按钮。\n   - 请您点击下方的安装扩展按钮。若安装成功，则提示“已安装”。此时您可以点击下一步。\n4. 第四步：选择您喜爱的样式。建议您选择内置终端样式，避免意外情形发生。选择完成后，点击下一步进行配置。\n5. 第五步：您的配置已完成。您可以选择生成 “Hello World” 测试代码，或者启动 VS Code。\n\n若您选择内置终端样式，请按 \u003ckbd\u003eF5\u003c/kbd\u003e （在不同设备上可能是 \u003ckbd\u003eFn\u003c/kbd\u003e+\u003ckbd\u003eF5\u003c/kbd\u003e），期望在底部弹出一个终端并打印出 `Hello,world!` 。\n\n若您选择弹出窗口样式，请安 \u003ckbd\u003eF6\u003c/kbd\u003e（在不同设备上可能是 \u003ckbd\u003eFn\u003c/kbd\u003e+\u003ckbd\u003eF6\u003c/kbd\u003e），期望在弹出一个终端窗口并打印出 `Hello,world!` 。\n\n之后您启动 VS Code 时，请选择打开**工作文件夹**，也就是您第一步填写的文件夹。**（不是 .vscode 文件夹。）**\n\n## 遇到了 Windows Defender SmartScreen ... 的问题\n\n请您选择“仍要运行”。\n\n## 遇到了 .NET Framework ... 的问题\n\n如果您无法启动工具，出现这种情况：\n\n![.NET Framework not found](https://s2.ax1x.com/2020/01/14/lqbwOU.jpg)\n\n请前往 [Microsoft 下载](https://www.microsoft.com/zh-CN/download/details.aspx?id=53344) 获取 .NET Framework 4.6.2 环境。\n\n## 参阅\n\n### [FAQ](FAQ.md)\n\n### [疑难解答](TroubleShooting.md)\n\n-----\n\n## 关于此项目\n\n本项目使用 Visual Studio 2019 开发，基于 .NET Framework 4.5 。代码采用 GPLv2 协议开源，欢迎您贡献出您自己的一份力量。您只需要克隆本仓库，然后使用 Visual Studio 打开解决方案文件即可生成、调试。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvscodeconfighelper%2Fv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvscodeconfighelper%2Fv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvscodeconfighelper%2Fv2/lists"}