GitHunt
WI

wingyplus/zed-powershell

PowerShell extension for Zed

PowerShell extension for Zed editor

Setting up language server

Currently, the extension didn't support automatic installation (it'll soon land). You need
to set the bundle path through lsp configuration:

{
  "lsp": {
    "powershell-es": {
      "binary": {
        "path": "<path to PowerShellEditorServices>"
      }
    }
  }
}

Contributors

Apache License 2.0
Created July 21, 2024
Updated March 2, 2026
wingyplus/zed-powershell | GitHunt