Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
resetSettings() {
log(`resetSettings`);
CSpell.clearCachedSettings();
this.cachedValues.forEach(cache => cache.clear());
this._version += 1;
}