Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Multiple command based on file extension #30

@kkankala

Description

@kkankala

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions