ExplorerCommandCreateFile
class
Commands available inside the explorer container.
Properties
| Name | Type | Description |
|---|---|---|
group (readonly) |
GROUP_WORKSPACE |
Command group. |
icon (readonly) |
CodIcon |
Optional icon describing the command. |
id (readonly) |
"explorer.commands.file" |
Unique identifier of the command. |
label (readonly) |
"Nouveau fichier" |
Human readable text describing the command. |
enabled |
unknown |
Gets a value indicating whether the command is enabled. |
execute()
Signature
execute(): voidReturns
void