0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,478 forks (2,478 forks)batch import
enhancementhelp wantedpreviewproposal
Repository metrics
- Stars
- 18,676 stars (18,676 stars)
- PR merge metrics
- Avg merge 15d 4h (Avg merge 15d 4h)75 merged PRs in 30d (75 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate how Theia currently opens editors (split to right by default) and where the preference for editor layout is defined. Look into the 'theia' core code, likely in packages/editor or packages/core, to add a new preference key (e.g., 'editor.openMode') that allows users to choose between 'split right', 'split left', 'split top', etc. The preference should be integrated into the command for opening preview. Check existing preference examples in the repository for guidance.
- Tech stack
- typescript
- Domain
- developer experiencetooling
- Issue type
- Feature
- Prerequisites
- Familiarity with Theia's preference systemBasic TypeScript