codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 20 forks source link

Fix for fetching lint config #224

Closed worksofliam closed 1 year ago

worksofliam commented 1 year ago

Changes

Previously vscode-rpgle was trying to fetch the lint configuration every time a file was changed. Now it will only fetch when the file is opened.

Checklist