wingyplus / zed-powershell

PowerShell extension for Zed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Rust 59.1%Language:Scheme 40.9%