microsoft / microsoft/SandDance
BUG: Chart Settings -> Tools -> Show Vega spec -> Open Vega Editor does nothing in vscode
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.1k
- Forks
- 573
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 4
Description
Expected:
Clicking on Open Vega Editor popup would open generated chart Vega specification in an online Vega Editor in the default browser using vscode.open command with encoded vega spec url. See #152 for more info on the latter part.
Alternatively, you can integrate with Vega Viewer 📈 vscode extension for this part and open generated Vega specification in Vega Viewer via commands.executeCommand('vega.preview', vegaSpecUri)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Chart Settings → Tools → Show Vega spec → Open Vega Editor popup handler and trace how the generated Vega specification is passed to commands. Start by checking the existing vscode.open usage and the behavior described in issue #152. Done means the action opens the encoded specification in the default browser, or invokes the documented Vega Viewer command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- data-visualization, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100