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
if formatter setting useSeparateOnSaveSettings is true then
if currently setting onSave is true then
if ./ablFormatter/onSaveConfig.json file is present then
use this json config as primary config
Basically similar logic to what we have with current setting override feature
Also, we may skip implementing a separate setting useSeparateOnSaveSettings, but in that case we need to read the file once and implement a listener for changes.
The text was updated successfully, but these errors were encountered:
Logic:
Basically similar logic to what we have with current setting override feature
Also, we may skip implementing a separate setting useSeparateOnSaveSettings, but in that case we need to read the file once and implement a listener for changes.
The text was updated successfully, but these errors were encountered: