When you modify your preferences, and auto_build is enabled, then JS Custom will call the build_js_custom_syntaxes command with the names of the new/modified/deleted configurations. However, that command will try to rebuild deleted configurations, which will cause an error. This PR fixes that.
When you modify your preferences, and
auto_build
is enabled, then JS Custom will call thebuild_js_custom_syntaxes
command with the names of the new/modified/deleted configurations. However, that command will try to rebuild deleted configurations, which will cause an error. This PR fixes that.