When working with remote file systems (e.g., SSH, WSL, containers), you can specify a local abaplint.json configuration file instead of using one from the remote workspace:
Open VS Code Settings (Ctrl+,)
Search for "abaplint local config"
Set abaplint.localConfigPath to the absolute path of your local configuration file
Example: /Users/yourname/configs/abaplint.json or C:\Users\yourname\configs\abaplint.json
The extension will use this local configuration file when working with remote file systems, allowing you to maintain a consistent linting configuration across different remote environments.