Skip to content

wingyplus/zed-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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