2323 "makefile-tools.command.makefile.cleanConfigure.title" : " Makefile: 清理配置" ,
2424 "makefile-tools.command.makefile.preConfigure.title" : " Makefile: 预配置" ,
2525 "makefile-tools.command.makefile.postConfigure.title" : " Makefile: 配置后" ,
26- "makefile-tools.command.makefile.resetState.title" : " Makefile: 重置 Makefile 工具扩展工作区状态 (用于故障排除)" ,
26+ "makefile-tools.command.makefile.resetState.title" : " Makefile: 重置 Makefile Tools 扩展工作区状态 (用于故障排除)" ,
2727 "makefile-tools.configuration.views.makefile.outline.description" : " 项目大纲" ,
2828 "makefile-tools.configuration.makefile.makePath.description" : " make 工具的路径" ,
2929 "makefile-tools.configuration.makefile.configurations.description" : " 用户定义的 makefile 配置" ,
4040 "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description" : " 在目标的入口点处停止" ,
4141 "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description" : " 符号的路径" ,
4242 "makefile-tools.configuration.makefile.launchConfigurations.description" : " 用户定义的启动(调试/运行)配置" ,
43+ "makefile-tools.configuration.makefile.launchConfigurations.name.description" : " 启动配置的用户友好名称" ,
44+ "makefile-tools.configuration.makefile.launchConfigurations.description.description" : " 启动配置的说明" ,
4345 "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description" : " 要运行或调试的二进制文件的完整路径" ,
4446 "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description" : " 要传递给程序命令行的参数" ,
4547 "makefile-tools.configuration.makefile.launchConfigurations.cwd.description" : " 设置程序的工作目录" ,
4648 "makefile-tools.configuration.makefile.launchConfigurations.MIMode.description" : " 非 VS 调试器类型: gdb 或 lldb" ,
4749 "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description" : " 非 VS 调试器的路径(gdb 或 lldb)" ,
4850 "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description" : " 在目标的入口点处停止" ,
4951 "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description" : " 符号的路径" ,
50- "makefile-tools.configuration.makefile.loggingLevel.description" : " Makefile 工具扩展的日志记录级别 " ,
52+ "makefile-tools.configuration.makefile.loggingLevel.description" : " Makefile Tools 扩展的日志记录级别 " ,
5153 "makefile-tools.configuration.makefile.makeDirectory.description" : " 要通过开关 -C 传递的文件夹路径" ,
5254 "makefile-tools.configuration.makefile.makefilePath.description" : " 项目的 makefile 的路径" ,
5355 "makefile-tools.configuration.makefile.buildLog.description" : " 为绕过试运行而读取的生成日志的路径" ,
5860 "makefile-tools.configuration.makefile.additionalCompilerNames.description" : " 要添加到扩展已知列表的编译器工具的名称" ,
5961 "makefile-tools.configuration.makefile.excludeCompilerNames.description" : " 要从扩展已知列表中排除的编译器工具的名称" ,
6062 "makefile-tools.configuration.makefile.safeCommands.description" : " 可安全执行命令替换的命令" ,
61- "makefile-tools.configuration.makefile.configureOnOpen.description" : " 打开 Makefile 项目目录时自动配置它们" ,
63+ "makefile-tools.configuration.makefile.configureOnOpen.description" : " 打开 Makefile 项目目录时自动配置它们。如果未设置,将在首次打开时自动配置项目,并在后续打开时提示。 " ,
6264 "makefile-tools.configuration.makefile.configureOnEdit.description" : " 更改任何相关 Makefile 和/或设置时自动配置生成文件项目目录" ,
6365 "makefile-tools.configuration.makefile.configureAfterCommand.description" : " 在执行相关操作(例如更改生成配置或 makefile 目标)后自动配置 Makefile 项目目录" ,
66+ "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description" : " 当值为 true (默认值)时,切换生成配置时始终运行 Clean Configure (使用 --always-make)。为 false 时,由 configureAfterCommand 设置决定是否运行常规的 Configure。Clean Configure 会生成完整的编译数据库,而常规的 Configure 仅包含过时的目标。" ,
6467 "makefile-tools.configuration.makefile.preConfigureScript.description" : " 需要在配置之前至少运行一次的脚本的路径" ,
6568 "makefile-tools.configuration.makefile.preConfigureArgs.description" : " 要传递给预配置脚本的参数" ,
6669 "makefile-tools.configuration.makefile.postConfigureScript.description" : " 需要在配置之后至少运行一次的脚本的路径" ,
7174 "makefile-tools.configuration.makefile.phonyOnlyTargets.description" : " 仅显示虚假目标" ,
7275 "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description" : " 在生成或配置之前保存打开的文件" ,
7376 "makefile-tools.configuration.makefile.buildBeforeLaunch.description" : " 在启动之前生成当前目标(调试/运行)" ,
77+ "makefile-tools.configuration.makefile.buildOnSave.description" : " 保存工作区中的文件时生成当前目标" ,
78+ "makefile-tools.configuration.makefile.runOnSave.description" : " 保存工作区中的文件时生成并运行当前目标" ,
7479 "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description" : " 在生成开始时清除输出通道" ,
7580 "makefile-tools.configuration.makefile.compileCommandsPath.description" : " 编译数据库文件的路径" ,
7681 "makefile-tools.configuration.makefile.panel.visibility.debug.description" : " 启用此扩展生成的本地(在此主机中)映像的调试" ,
7782 "makefile-tools.configuration.makefile.panel.visibility.run.description" : " 启用此扩展生成的本地(在此主机中)运行映像" ,
83+ "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description" : " 在“Makefile 项目大纲”面板工具栏中显示清理和生成按钮" ,
7884 "makefile-tools.configuration.makefile.panel.visibility.description" : " 修改此设置即可控制“Makefile 项目概要”面板中的可见性设置。"
7985}
0 commit comments