-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.nls.json
More file actions
126 lines (126 loc) · 10.5 KB
/
package.nls.json
File metadata and controls
126 lines (126 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"extension.description": "Develop and debug applications for SiFli chips with SiFli-SDK",
"command.compile.title": "🛠️ Build",
"command.rebuild.title": "♻️ Rebuild",
"command.download.title": "💾 Download",
"command.clean.title": "🗑️ Clean",
"command.menuconfig.title": "⚙️ Menuconfig",
"command.selectChipModule.title": "Switch SiFli board / build threads",
"command.manageSiFliSdk.title": "Manage SiFli SDK installation",
"command.createNewSiFliProject.title": "Create new SiFli project",
"command.switchSdkVersion.title": "Switch SiFli SDK version",
"command.selectPort.title": "Select serial port configuration",
"command.openDeviceMonitor.title": "Monitor device",
"command.closeDeviceMonitor.title": "Close device monitor",
"command.createNewSiFliTerminal.title": "New SiFli terminal",
"command.listSerialPorts.title": "List available serial ports",
"command.generateCodebaseIndex.title": "Generate codebase_index.json",
"command.refreshSdkDependencies.title": "Refresh SDK dependencies",
"command.peripheralViewer.updateNode.title": "Update Peripheral Value",
"command.peripheralViewer.copyValue.title": "Copy Peripheral Value",
"command.peripheralViewer.setFormat.title": "Set Peripheral Value Format",
"command.peripheralViewer.forceRefresh.title": "Refresh Peripheral Node",
"command.peripheralViewer.togglePin.title": "Pin Peripheral",
"command.peripheralViewer.refreshAll.title": "Refresh All Peripherals",
"command.debugSnapshot.export.title": "Export Debug Snapshot",
"command.debugSnapshot.openWebview.title": "Export Debug Snapshot (Webview)",
"command.peripheralAnalysis.runAll.title": "Run Peripheral Analysis",
"command.peripheralAnalysis.runGroup.title": "Run Group Analysis",
"command.peripheralAnalysis.openDashboard.title": "Open Peripheral Analysis Dashboard",
"command.peripheralAnalysis.setFilters.title": "Set Peripheral Analysis Filters",
"command.peripheralAnalysis.switchView.title": "Switch Peripheral Analysis View",
"command.peripheralAnalysis.resetFilters.title": "Reset Peripheral Analysis Filters",
"command.workflows.manage.title": "Manage Workflows",
"command.workflows.run.title": "Run workflow",
"command.workflows.runDry.title": "Dry run workflow",
"command.workflows.create.title": "Create workflow",
"command.workflows.edit.title": "Edit workflow",
"command.workflows.copy.title": "Copy workflow",
"command.workflows.delete.title": "Delete workflow",
"command.workflows.pin.title": "Pin workflow to status bar",
"command.workflows.rename.title": "Rename workflow",
"command.workflows.stepAdd.title": "Add step",
"command.workflows.stepDelete.title": "Delete this step",
"command.workflows.stepMoveUp.title": "Move this step up",
"command.workflows.stepMoveDown.title": "Move this step down",
"command.workflows.showDiagnostics.title": "Show workflow diagnostics",
"command.statusBarButtons.delete.title": "Delete status bar button",
"command.statusBarButtons.rename.title": "Rename status bar button",
"command.statusBarButtons.copy.title": "Copy status bar button",
"command.statusBarButtons.overrideDefault.title": "Override default status bar button in workspace",
"command.runStatusBarButton.title": "Run status bar button",
"command.mcp.start.title": "Start SiFli MCP server",
"command.mcp.stop.title": "Stop SiFli MCP server",
"command.mcp.showConnectionInfo.title": "Copy SiFli MCP JSON configuration",
"command.mcp.toggleEnabled.title": "Toggle SiFli MCP enabled",
"command.mcp.toggleAutoStart.title": "Toggle SiFli MCP auto start",
"command.mcp.configureEndpoint.title": "Configure SiFli MCP endpoint",
"command.mcp.showLogs.title": "Show SiFli MCP logs",
"command.toggleBuildWithSaveCheck.title": "Toggle Build With Save Check",
"configuration.sifli.buildWithSaveCheck.description": "What to do before building when there are unsaved changes. 'Prompt' will ask every time the build runs.",
"configuration.sifli.buildWithSaveCheck.enum.prompt": "Prompt every time",
"configuration.sifli.buildWithSaveCheck.enum.saveAll": "Always save all files",
"configuration.sifli.buildWithSaveCheck.enum.saveCurrent": "Always save current file",
"configuration.sifli.buildWithSaveCheck.enum.doNotSave": "Always continue without saving",
"command.sifliSidebar.refresh.title": "Refresh",
"mcp.provider.label": "SiFli CodeKit",
"view.peripheralViewer.name": "Peripheral Viewer",
"view.peripheralAnalysis.name": "Peripheral Analysis",
"view.sifliSdkDependenciesExplorer.name": "SDK Dependencies",
"view.sifliSdkManager.name": "SDK Manager",
"viewsContainer.sifli-sidebar.title": "SiFli SDK",
"configuration.sifli.title": "SiFli Extension Configuration",
"configuration.sifli.powershellPath.description": "Path to PowerShell executable. Leave empty to auto-detect `pwsh` first, then fall back to Windows PowerShell. (e.g., C:\\Program Files\\PowerShell\\7\\pwsh.exe)",
"configuration.sifli.embeddedPythonPath.description": "Path to the embedded Python directory. If set, the extension will use this Python environment.",
"configuration.sifli.useEmbeddedPython.description": "Whether to use the embedded Python environment provided by SiFli (Windows only).",
"configuration.sifli.sdkConfigs.path.description": "SDK installation path",
"configuration.sifli.sdkConfigs.toolsPath.description": "Toolchain path for this SDK",
"configuration.sifli.sdkConfigs.description": "List of installed SiFli SDK configurations. Each entry contains path and optional toolchain path.",
"configuration.sifli.customBoardSearchPath.description": "Optional: Absolute or relative path to a directory containing custom SiFli board configurations. (e.g., C:\\MyBoards or ../my_boards)",
"configuration.sifli.peripheralViewer.svdFile.description": "Path to the SVD file used by the built-in Peripheral Viewer. Absolute paths are supported; relative paths are resolved from the workspace folder. A launch.json coreConfigs[].peripheralViewerSvdFile value overrides this setting.",
"configuration.sifli.peripheralViewer.addressGapThreshold.description": "If the gap between register addresses is smaller than this threshold, they are read in a single memory request.",
"configuration.sifli.workflows.description": "Workflow definitions. Use workspace settings for team sharing; user-level entries with the same id override workspace entries.",
"configuration.sifli.statusBar.buttons.description": "Status bar button definitions for workflows/commands. Use existing ids (compile/rebuild/clean/download/menuconfig/deviceMonitor) to override default buttons.",
"configuration.sifli.mcp.enabled.description": "Enable the embedded MCP server capability for SiFli SDK CodeKit.",
"configuration.sifli.mcp.autoStart.description": "Start the embedded MCP server automatically when the extension activates.",
"configuration.sifli.mcp.host.description": "Host address for the embedded MCP server.",
"configuration.sifli.mcp.port.description": "Port for the embedded MCP server. Use 0 to let the OS choose a free port.",
"configuration.sifli.mcp.fixedToken.description": "Optional fixed Bearer token for the embedded MCP server. Leave empty to generate a random token each time.",
"lmTool.getProjectState.displayName": "Get SiFli project state",
"lmTool.getProjectState.modelDescription": "Get the current SiFli project state, including board, serial port, SDK, workflow counts, and monitor state.",
"lmTool.listWorkflows.displayName": "List SiFli workflows",
"lmTool.listWorkflows.modelDescription": "List workflows defined for the current SiFli project, grouped by workspace or user scope.",
"lmTool.listWorkflows.scope.description": "Which workflow scope to list: workspace, user, or all.",
"lmTool.listBoards.displayName": "List SiFli boards",
"lmTool.listBoards.modelDescription": "List available SiFli boards for the current project and indicate which board is selected.",
"lmTool.listSerialPorts.displayName": "List serial ports",
"lmTool.listSerialPorts.modelDescription": "List available serial ports and baud rate options for the current SiFli project.",
"lmTool.runWorkflow.displayName": "Run SiFli workflow",
"lmTool.runWorkflow.modelDescription": "Run a workflow that is configured in the current SiFli project without opening interactive UI prompts.",
"lmTool.runWorkflow.workflowRef.description": "Workflow reference in the form workspace:<id> or user:<id>.",
"lmTool.runWorkflow.inputs.description": "Workflow input values keyed by input name.",
"lmTool.compile.displayName": "Compile SiFli project",
"lmTool.compile.modelDescription": "Compile the current SiFli project in the integrated terminal and return the result summary.",
"lmTool.rebuild.displayName": "Rebuild SiFli project",
"lmTool.rebuild.modelDescription": "Clean and compile the current SiFli project.",
"lmTool.clean.displayName": "Clean SiFli build output",
"lmTool.clean.modelDescription": "Delete the current SiFli build output directory.",
"lmTool.download.displayName": "Download to device",
"lmTool.download.modelDescription": "Flash the current SiFli build to the selected device.",
"lmTool.selectBoard.displayName": "Select SiFli board",
"lmTool.selectBoard.modelDescription": "Select the active SiFli board and optionally update the build thread count.",
"lmTool.selectBoard.boardName.description": "Exact SiFli board name to select.",
"lmTool.selectBoard.numThreads.description": "Optional build thread count to set with the board selection.",
"lmTool.selectSerialPort.displayName": "Select serial port",
"lmTool.selectSerialPort.modelDescription": "Select the active serial port and optionally set download and monitor baud rates.",
"lmTool.selectSerialPort.port.description": "Exact serial port path to select.",
"lmTool.selectSerialPort.downloadBaud.description": "Optional download baud rate.",
"lmTool.selectSerialPort.monitorBaud.description": "Optional monitor baud rate.",
"lmTool.openMonitor.displayName": "Open device monitor",
"lmTool.openMonitor.modelDescription": "Open the serial monitor using the currently selected serial port.",
"lmTool.closeMonitor.displayName": "Close device monitor",
"lmTool.closeMonitor.modelDescription": "Close the active serial monitor session.",
"configuration.probeRs.title": "SiFli probe-rs Debugger",
"configuration.probeRs.debuggerExecutable.markdownDescription": "Path to the `probe-rs` executable. If unset, the extension first uses the bundled SiFli `probe-rs` managed by the extension, then falls back to `probe-rs` on the system PATH.\n\nNote: Setting `runtimeExecutable` in 'launch.json' overrides this setting.",
"debugger.probeRs.label": "SiFli probe-rs Debugger"
}