You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version to 2.0.0 in package.json
- Rename enableAglintCache setting to enableInMemoryAglintCache and mark as experimental
- Change enableInMemoryAglintCache default value from true to false
- Update CHANGELOG.md with release date and additional details about removed settings
- Update README.md to reflect new setting name and experimental status
- Update all references to enableAglintCache throughout codebase
|`adblock.enableAglint`| Enable or disable AGLint integration. If disabled, only syntax highlighting and other language features will be available. |`true`|`true`, `false`|
106
106
|`adblock.enableAglintDebug`| Enable or disable AGLint debug logging. |`false`|`true`, `false`|
107
-
|`adblock.enableAglintCache`| Enable or disable caching of linting results for better performance. |`true`|`true`, `false`|
107
+
|`adblock.enableInMemoryAglintCache`|⚠️ **Experimental**: Enable or disable in-memory caching of linting results for better performance. |`false`|`true`, `false`|
0 commit comments