Skip to content

Do not save config when just setting a value on it

Amir MOHAMMADI requested to merge config-set-dont-save into master

Currently each time a configuration object is modified, the change is automatically stored in the global file of the user.

The configuration changes should only be saved when the command is used and not when the object is simply manipulated.

Fixes beat.editor#277 (closed)

Edited by Samuel GAIST

Merge request reports