Commit Graph

6 Commits

Author SHA1 Message Date
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