Skip to content

zed-extensions/powershell

 
 

Repository files navigation

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

About

PowerShell extension for Zed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 71.8%
  • Tree-sitter Query 28.2%