1 Star 0 Fork 1

从贺/vscode-esp-idf-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.nls.json 5.02 KB
一键复制 编辑 原始数据 按行查看 历史
{
"espIdf.createFiles.title": "ESP-IDF: Create project",
"espIdf.addArduinoAsComponentToCurFolder.title": "ESP-IDF: Add Arduino ESP32 as ESP-IDF Component",
"espIdf.createIdfTerminal.title": "ESP-IDF: Open ESP-IDF Terminal",
"espIdf.createVsCodeFolder.title": "ESP-IDF: Add vscode configuration folder",
"espIdf.setPath.title": "ESP-IDF: Configure Paths",
"espIdf.selectConfTarget.title": "ESP-IDF: Select where to save configuration settings",
"espIdf.setTarget.title": "ESP-IDF: Set Espressif device target",
"espIdf.configDevice.title": "ESP-IDF: Device configuration",
"menuconfig.start.title": "ESP-IDF: Launch gui configuration tool",
"espIdf.setDefaultConfig.title": "ESP-IDF: Set default sdkconfig file in project",
"espIdf.selectPort.title": "ESP-IDF: Select port to use",
"espIdf.buildDevice.title": "ESP-IDF: Build your project",
"espIdf.flashDevice.title": "ESP-IDF: Flash your project",
"espIdf.monitorDevice.title": "ESP-IDF: Monitor your device",
"espIdf.onboarding.title": "ESP-IDF: Configure ESP-IDF extension",
"espIdf.examples.title": "ESP-IDF: Show ESP-IDF Examples Projects",
"espIdf.buildFlashMonitor.title": "ESP-IDF: Build, Flash and start a monitor on your device",
"espIdf.pickAWorkspaceFolder.title": "ESP-IDF: Pick a workspace folder",
"espIdf.size.title": "ESP-IDF: Size analysis of the binaries",
"espIdf.apptrace.title": "ESP-IDF: App Trace",
"espIdf.heaptrace.title": "ESP-IDF: Heap Trace",
"espIdf.openOCDCommand.title": "ESP-IDF: OpenOCD Manager",
"espIdf.genCoverage.title": "ESP-IDF: Add Editor coverage",
"espIdf.removeCoverage.title": "ESP-IDF: Remove Editor coverage",
"espIdf.getCoverageReport.title": "ESP-IDF: Get HTML Coverage Report for project",
"espIdf.searchInEspIdfDocs.title": "ESP-IDF: Search in documentation...",
"espIdf.launchWSServerAndMonitor.title" : "Launch IDF Monitor for CoreDump / GDB-Stub Mode",
"debug.initConfig.name": "ESP-IDF: Launch",
"debug.initConfig.description": "A new configuration for launch ESP-IDF projects",
"param.adapterTargetName": "Target name for ESP-IDF Debug Adapter",
"param.openOcdConfigFilesList": "List of configuration files inside OpenOCD Scripts directory",
"param.baudRate": "Device Baud rate",
"param.port": "Path of selected device port",
"param.pythonBinPath": "Python absolute binary path used to execute ESP-IDF Python Scripts",
"param.espIdfPath": "Path to locate ESP-IDF framework (IDF_PATH)",
"param.toolsPath": "Path to locate ESP-IDF Tools (IDF_TOOLS_PATH)",
"param.exportPaths": "Paths to be appended to PATH",
"param.exportVars": "Variables to be added to system environment variables",
"param.useIDFKConfigStyle": "Enable/Disable ESP-IDF style validation for Kconfig files",
"param.showOnboardingOnInit": "Show ESP-IDF Configuration window",
"param.coveredLightTheme": "Background color for covered lines in Light theme for ESP-IDF Coverage.",
"param.coveredDarkTheme": "Background color for covered lines in Dark theme for ESP-IDF Coverage.",
"param.partialLightTheme": "Background color for partially covered lines in Light theme for ESP-IDF Coverage.",
"param.partialDarkTheme": "Background color for partially covered lines in Dark theme for ESP-IDF Coverage.",
"param.uncoveredLightTheme": "Background color for uncovered lines in Light theme for ESP-IDF Coverage.",
"param.uncoveredDarkTheme": "Background color for uncovered lines in Dark theme for ESP-IDF Coverage.",
"view.components.name": "Project Components",
"configuration.title": "ESP-IDF",
"espIdf.apptrace.archive.refresh.title": "Refresh Trace Archive List",
"espIdf.apptrace.archive.showReport.title": "Show Trace Report",
"espIdf.apptrace.customize.title": "Customize parameters for app trace",
"trace.poll_period.description": "poll_period will be set for the apptrace",
"trace.trace_size.description": "trace_size will set for the apptrace",
"trace.stop_tmo.description": "stop_tmo will be set for the apptrace",
"trace.wait4halt.description": "wait4halt will be set for the apptrace",
"trace.skip_size.description": "skip_size will be set for the apptrace",
"param.saveBeforeBuildDescription": "Save all the edited files in the workspace before proceeding with the build, although if fail to save files it will build anyways",
"param.saveScope": "Where to save configuration with ESP-IDF commands with number value as vscode.ConfigurationTarget. Global = 1, Workspace= 2, WorkspaceFolder=3",
"param.rainmaker.api.server_url": "ESP-Rainmaker cloud server URL",
"esp.rainmaker.backend.sync.title": "Sync with ESP-Rainmaker Cloud Server",
"esp.rainmaker.backend.connect.title": "Connect with ESP-Rainmaker Cloud Server",
"esp.rainmaker.backend.logout.title": "Unlink Rainmaker Account",
"esp.rainmaker.backend.add_node.title": "Add new node",
"esp.rainmaker.backend.remove_node.title": "Remove this node",
"esp.rainmaker.backend.update_node_param.title": "Update param for device",
"param.esp.rainmaker.oauth.url": "ESP-Rainmaker OAuth server URL",
"idf.wssPort.description": "Web Socket Server Port for Core Dump or GDB Stub"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leiconghe/vscode-esp-idf-extension.git
git@gitee.com:leiconghe/vscode-esp-idf-extension.git
leiconghe
vscode-esp-idf-extension
vscode-esp-idf-extension
master

搜索帮助