wingyplus / zed-powershell

PowerShell extension for Zed
Apache License 2.0
4 stars 1 forks source link

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>"
      }
    }
  }
}