 How to prevent the analyzer to report those errors? I tried adding to .settings, to no avail: ``` { "move-analyzer.server.path": "move-analyzer", "files.exclude": { "**/.move": true }, "search.exclude": { "**/.move": true } } ```