diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,8 +49,9 @@ Example of `ols.json`: "enable_document_symbols": true, "enable_hover": true, "enable_snippets": true, - "profile": "windows_profile", + "profile": "default", "profiles": [ + { "name": "default", "checker_path": ["src"]}, { "name": "linux_profile", "os": "linux", "checker_path": ["src/main.odin"]}, { "name": "windows_profile", "os": "windows", "checker_path": ["src"]} ] |