fnando / vscode-linter

Extension for code linting, all in one package. New linters can be easily added through an extension framework.

Home Page:https://marketplace.visualstudio.com/items?itemName=fnando.linter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error searching for linters on Windows

giggio opened this issue · comments

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",
...

The PR #10 solves this issue.

Released as v0.0.12