vscode
https://github.com/microsoft/vscode
TypeScript
Visual Studio Code
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported1640 Subscribers
View all SubscribersAdd a CodeTriage badge to vscode
Help out
- Issues
- Custom text editors do not handle extension host restarts or crashes which can lead to data loss
- Let's track in https://github.com/microsoft/vscode/issues/99589 . This is a problem that is caused by the way whitespace is rendered (inline with the actual text) and is triggered when using `editor.renderWhitespace` : `all` or `selection`. The workaround is to configure `editor.renderWhitespace` : `boundary`, `trailing` or `none`.
- Multiline selection in linux
- Zooming/increase editor font size with ctrl+wheel now makes the font wider/narrower without increasing vertically on certain increments
- Adjust find panel left handle width to be 3px
- Add setting to control rendering of multi-line inline completions
- Can't zoom out! (VS Code on Fedora Linux)
- Timeline: cant select compare between local saves and git commits
- Enable icon validation task smoke tests
- Incorrect color on carets and interfaces when using multiple lines
- Docs
- TypeScript not yet supported