vscode-opa icon indicating copy to clipboard operation
vscode-opa copied to clipboard

Add Rego Playground to "Share" menu

Open anderseknert opened this issue 8 months ago • 0 comments

VS Code provides a "Share" menu that appears when right clicking anywhere in the editor. Similar to the "Copy vscode.dev" link, it'd be nice if we had a "Copy Rego Playground Link".

Screenshot 2024-06-26 at 10 57 06

We could do this by having the menu item call the PG API's v1/share endpoint with the policy from the active editor and input from the closest input.json file, if one exists.

anderseknert avatar Jun 26 '24 09:06 anderseknert