4 comments (4 comments)31 reactions (31 reactions)1 assignee (1 assignee)TypeScript74,848 stars (74,848 stars)10,221 forks (10,221 forks)batch import
feature-requestgithelp wanted
Description
cc @saggafarsyad
From #6202
Contributor guide
- Tech stack
- typescriptshell
- Domain
- developer experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- GitWindows environmentSSHVS Code extension development
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- Investigate issue #6202 for context. The Git integration in VS Code is primarily handled in the 'extensions/git' directory. Look into how SSH agent is currently supported on other platforms and adapt for Windows git bash. Check the Git extension's source code for agent usage and propose a solution for Windows.