9 Commits

Author SHA1 Message Date
ErrorPower
7dd2042121 feat: Switch to pwsh 2025-07-02 22:45:43 +09:00
ErrorPower
d096b4b089 Update install-powershell-languageserver.cmd 2025-03-19 22:47:01 +09:00
sgur
6f55f12f28 Bump up PowerShellEditorServices to v3.14.0 2023-12-15 23:14:09 +09:00
Dominic Della Valle
78539e17f2 Fix installer for Powershell-languageserver (#319)
- Only create the `session` directory if it doesn't exist (suppresses
  "already exists" error from `mkdir`)
- Removes path delimiter conversion (paths now stay as `\` delimited)
- Quotes all `powershell` arguments to handle whitespace in paths (this
  uses CMD syntax for `Command` and Powershell syntax for the remainder
of the line. This is because everything past the Command argument is
interpreted by Powershell, but not before or during the parsing of
`-Command` itself)
2020-10-09 22:10:13 +09:00
sgur
b5f75fcf6c Trim trailing whitespaces to fix invalid environment variable values (#255) 2020-06-12 17:42:35 +09:00
Yasuhiro Matsumoto
29d162b506 Use VERSION variable 2020-06-03 17:50:40 +09:00
seike460
1f5bb52aa9 ♻️ updatePowershellLsp 2020-05-09 13:50:08 +09:00
Yasuhiro Matsumoto
3a0970d7af Add installer for pwsh 2020-02-03 10:36:38 +09:00
Yasuhiro Matsumoto
be98522b63 Add powershell-languageserver 2020-02-03 09:54:55 +09:00