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
63 stars 16 forks source link

Gherkint-lint extension $file system variable is not correct in windows #33

Open JoseSandovalR opened 1 year ago

JoseSandovalR commented 1 year ago

Hello Dear,

Install the lintern plugin, to use the gherkint-linter extension and when configuring this extension, I noticed that the $file system variable does not have the correct path for windows, I attach a screenshot.

path Incorrect: /c:/Users/jose_/OneDrive/Escritorio/Proyecto/arquetipoFrameworkAutomatizacion/src/test/resources/feature/oneFeaturePerFileInCorrect.feature

image

but if I enter the correct raw path it works

Path Correct: c:/Users/jose_/OneDrive/Escritorio/Proyecto/arquetipoFrameworkAutomatizacion/src/test/resources/feature/oneFeaturePerFileInCorrect.feature

image

image