Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix package storage directory structure
This commit... 1. installs the language server and all its dependencies into LSP-PowerShellEditorServices directory 2. fixes an issue with `dll_path()` which causes the language-server to be re-installed each time it is instantiated. 3. Both `start_script()` and `dll_path()` now use fixed "PowerShellEditorServices" instead of `cls.name()` because it is a fixed folder name, which doesn't need to be related with the display name of the service.
- Loading branch information