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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Hi,
This is more of a question than an Issue.
Does the current configuration support running multiple commands based on extension.
I want to run command A and Command B when file is *.cs and Command B and Command C when file is *.js.
[.]
command = Edit.FormatDocument EditorContextMenus.CodeWindow.RemoveAndSort EditorContextMenus.CodeWindow.MakePrettier
allowed_extensions = .cs .js
denied_extensions = .*
But this is making save in endless loop.