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
file_ignore_patterns is great, yet sometimes I'd like to easily disable it, like we already have the default configuration for .gitignore in files.
How could one achieve so? I tried a custom action using actions.toggle_action, but I understood that's not targeting the configuration object.
Is there a way to achieve that?
I also understand there's the additional layering complication, where file_ignore_patterns is a result of merging tables from different levels of the configuration, and delivering a default option for that might not be straight-forward.
I'd be happy with just a workaround for my setup, where I set file_ignore_patterns only at the inner level of the config, and I'm abble to toggle (enable/disable) the option via some keymap.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
file_ignore_patterns
is great, yet sometimes I'd like to easily disable it, like we already have the default configuration for .gitignore infiles
.How could one achieve so? I tried a custom action using
actions.toggle_action
, but I understood that's not targeting the configuration object.Is there a way to achieve that?
I also understand there's the additional layering complication, where
file_ignore_patterns
is a result of merging tables from different levels of the configuration, and delivering a default option for that might not be straight-forward.I'd be happy with just a workaround for my setup, where I set
file_ignore_patterns
only at the inner level of the config, and I'm abble to toggle (enable/disable) the option via some keymap.Beta Was this translation helpful? Give feedback.
All reactions