fnando / vscode-linter

Extension for code linting, all in one package. New linters can be easily added through an extension framework.
https://marketplace.visualstudio.com/items?itemName=fnando.linter
MIT License
62 stars 16 forks source link

Error searching for linters on Windows #11

Closed giggio closed 2 years ago

giggio commented 2 years ago

When searching for tools on Windows the path is incorrect. It seems to be using Linux's path separator :, instead of Windows' ;.

Sample output:

[5/19/2022, 4:43:12 PM] The yamllint binary couldn't be found within $PATH: [
  "C",
  "\\Program Files\\PowerShell\\7;C",
  "\\Windows\\System32;C",
  "\\Windows;C",
...
HackproTm commented 2 years ago

The PR #10 solves this issue.

fnando commented 2 years ago

Released as v0.0.12