Type object
File match commands.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/commands-json/latest.json
Source https://www.schemastore.org/commands.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Schema for bundleconfig.json files

Properties

commands Record<string, object>

A list of commands.

-vs-binding object

Specify any Visual Studio event bindings.

4 nested properties
AfterBuild string[]

A Visual Studio event that a command can be bound to.

BeforeBuild string[]

A Visual Studio event that a command can be bound to.

Clean string[]

A Visual Studio event that a command can be bound to.

ProjectOpen string[]

A Visual Studio event that a command can be bound to.

Definitions

commands object

The friendly name of the command.

fileName string required

The name of the executable file name. Example: "cmd.exe".

workingDirectory string

Specify a relative or absolute directory path.

arguments string

The arguments to pass to the executable file.

vsbindings string[]

A Visual Studio event that a command can be bound to.