secondlife / secondlife/sl-vscode-plugin
Proposal: Issolate sync and preprocessor for running standalone from terminal with other editors
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 33
- Forks
- 15
- Avg merge
- 14h 50m
- Merged PRs (30d)
- 9
Description
If we break the few dependencies that the sync system and preproc systems have directly on vscode, then they can be bundled into a standalone executable for users of other editors to make use of.
Essentially splitting this project into 3 parts.
- Vscode wrapper
- Standalone wrapper
- Sync and PreProc core
Currently, I plan to implement this using Deno
But Bun would be a workable alternative. Node is also adding single executable support, but i believe that is still in experimental mode.
Contributor guide
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 by mapping the sync and preprocessor systems' direct dependencies on VS Code, then compare the proposed VS Code wrapper, standalone wrapper, and shared core boundaries. Evaluate Deno first, with Bun as an alternative, and consider the work done when the sync and preprocessor can be bundled for users of other editors without the VS Code wrapper.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bun, deno, typescript, vscode
- Domain
- cli, developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100