审查命令希望增加换行功能

Problem

What problem does this solve?

审查命令建议增加换行功能,
powershell -Command “$p=‘C:\Users\xxx\AppData\Roaming\Qoder\SharedClientCache\extension\local\mcp.json’; $j=Get-Content $p -Raw | ConvertFrom-Json; $s=$j.mcpServers.sqlite; $s.args=@(‘-y’,‘mcp-server-sqlite’); $s | Add-Member -NotePropertyName env -NotePropertyValue @{SQLITE_DB_PATH=‘c:/Users/28710/Documents/Qoder/2026-08-28/28b73ac7/data/app.db’} -Force; $j | ConvertTo-Json -Depth 20 | Set-Content $p -Encoding UTF8; Get-Content $p -Raw”

像这种长命令,要审查,看起来很不方便

Solution

How should it work?

Use Case

When would you use this?

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info

(Optional: screenshots, examples, links)