Optional
handler: FOptional default handler.
Creates a local command. Local commands can be used within the plugin but the application and other plugins will not see them.
ID
of the command.
It should be unique across the application.
It should follow the <plugin>.<name>
pattern.
For example: just-web.showCommandPalette
The resulting command function will also have this as the name.
Optional
handler: FGenerated using TypeDoc
Creates a public command. A public command can be discovered by application and other plugins.