Update the positron dep for the extension to 0.2.9
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 554
- Forks
- 30
- Avg merge
- 17h 27m
- Merged PRs (30d)
- 8
Description
There are a few things in there that could be useful for ggsql:
registerDataImporter— an extension declares file extensions it can read and generates the code that loads a file into a variable, shown to the user before it runs. Dragging a csv/parquet into Positron could offer "ggsql" and generate aSELECT … FROM 'file.csv'. It comes with a full filter/sort/view vocabulary (DataImportView, DataImportRowFilter, DataImportSortKey, …).registerAgentSkillRoot/getAgentSkillRoots— registers a directory whose subdirectories each hold aSKILL.md. This will allow agents to automatically discover the ggsql skill
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
Start at the project’s positron dependency declaration and compare its current version with 0.2.9. Update that dependency, then verify the project still resolves and passes its existing checks; done means the extension builds with the new version and can access the mentioned Positron APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100