https://github.com/instance-id/lapce-powershell-plugin
https://github.com/instance-id/lapce-powershell-plugin
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/instance-id/lapce-powershell-plugin
- Owner: instance-id
- License: apache-2.0
- Created: 2023-02-03T16:46:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T16:05:20.000Z (about 3 years ago)
- Last Synced: 2025-05-12T03:13:23.652Z (10 months ago)
- Language: Rust
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Lapce - PowerShell Language Server Plugin
In development, very basics are working (syntax highlighting, hover details of types, etc), but there are some bugs.
! Currently Only Tested On Linux !
Immediately noticed:
- Pwsh process does not exit when the extension is deactivated/Lapce is closed, so you have to kill it manually.
- The current line number sent to the LSP is sometimes out of range, causing syntax highlighting to be off.

---
### Instructions:
Download the following:
https://github.com/PowerShell/PowerShellEditorServices/releases/latest/download/PowerShellEditorServices.zip
Extract the folder to the following location:
Linux/Mac:
- `~/.local/share/lapce-stable/plugins/instanceid.lapce-powershell/`
Windows:
- `%appdata%\Local\lapce\Lapce-Stable\data\plugins\instanceid.lapce-powershell\`