Files
vim-lsp-settings-mirror/installer/install-powershell-languageserver.cmd
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

909 B