Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 349 Bytes

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