Skip to content

Latest commit

 

History

History
170 lines (135 loc) · 8.83 KB

File metadata and controls

170 lines (135 loc) · 8.83 KB

January 30th

@jasonLaster, @AnshulMalik, @wldcordeiro, @darkwing, @AlexisDeschamps, @atwalg2, @lukaszsobek, @bomsy, @mmcote, @stratigos, @juliandescottes, @MikeRatcliffe, @calebstdenis

Set Root Directory

Set root directory is an exciting feature that lets users set a directory in the source tree as the current root. At the moment, it just filters what you see in the source tree but in the future it can do more. For instance limiting what is searched, blackboxing, or pinning important directories.

Big thanks to Anshul for finishing it and Johnny for starting it! It's been in the works since October!

Set Root Directory
4962-0

File Icons in the source tree

We know that the source tree is an important feature for understanding and navigating a project. We also know that with sourcemaps, packages, and even different languages it can be harder than ever to follow. This is why we've worked on adding icons for Webpack and Angular sourcemap directories and today we're landing file icons for Typescript, React, Coffeescript, and JS.

feat(SourceTree) - JS and React icons for source files @calebstdenis

File Source Icons
5216-0
5216-1

Breakpoint Syncing

The new UI saves breakpoints between debugging sessions and attempts to correct breakpoints when the source changes. This creates funny conditions like, correcting "disabled" breakpoints that aren't registered or removing breakpoints when the file is removed.

Bugs

UI

Performance

Before After
5166-0 5166-1

Docs

dbg
5192-1

Testing

Code Health