janjoerke / vscode-jenkins-pipeline-linter-connector

MIT License
60 stars 21 forks source link

Plugin incorrectly creates problems for "unmatching brackets" problems #39

Open hoshposh opened 2 years ago

hoshposh commented 2 years ago

Overview

Opening a Jenkinsfile raises a number of problem indicators with the same message, Brackets do not match. However if I change the file association from JenkinsFile to Groovy, close and reopen VS code, the problems go away and are not generated by Groovy.

It is also not possible to clear the problems without closing and reopening VS code.