vscode-protolint icon indicating copy to clipboard operation
vscode-protolint copied to clipboard

fix resolve of protolint.path if configured relative

Open yrtimiD opened this issue 11 months ago • 3 comments

Fixes relative path usage which was resolved to the user folder (~), (very unexpected behavior)

This fix allows 3 cases for protolint.path config:

  • empty or default protolint (used as-is)
  • absolute path (used as-is)
  • relative (resolved relatively to the first workspace folder)

Added settings caching. Added settings reload only if changed.

yrtimiD avatar Aug 01 '23 02:08 yrtimiD