tenable/terrascan-rego-editor

Implement `Generate Rego` command

Closed this issue · 1 comments

The Generate Rego command will read the standardised json and generate rego and its metadata file.

The command should have a keyboard shortcut and should be displayed in the context menu for appropriate files.

After the command execution completes without any error, the metadata and rego files should be opened in a new window.

Generate Rego command is implemented.