* Disable Problems throughout workbench
* Justin/backup (#18)
* modifying settings
* added fix for listener
* problem markers removed for tab and workbench
* working version all accross the workspace
* update editor configration (make sure to remove if don
't need later
* setting fix and fix for scrollbar decorations
* commit with temp changes
* resolved merge conflict
* using the right values for check box, placeholder text
* big cleanup, removing config service throuhgout, outline, tabs working
* changed settings langauge
* minimap working
* cleanup again
* fixes view configuration change check
* added auto setting instead
* working for all scenarios
* code cleanup
* working in problems panel
* working in status bar and on view pane tabs
* tried adding link from problems view
* removed unused context keys
* starting cleanup
* cleanup again and adding back context keys
* cleanedup
* revert woopsie
* removbed keybinding:
* changed settings again, removed problem filter
* removed context keys
* cleanup
* added new statusbar item when setting is off
* added colored highlight for when errors are turned off
* using new codicon placeholder
* exposes renderValidationDecorations and checks edits on that instead
* code cleanup
* removed unused override
* leave override, but changed elsewhere
* fixes unit tests:
* removed unused code, triggering build unit tests for sanity
* added warning via addEntry from statusbarService
* remove extra commas
* addressing PR comments and code cleanup
* reverted imports from autosave
* fix leaking listeners
* swapped new new setting, overwrites config based on setting value
* cleanup part 3
* moved new setting to marker contribution
* more cleanup and review comments
- Automatically open coverage when it's available, close it if results
are cleared
- Make display in the explorer configurable
- Allow dismissing coverage from the Test Results view and via a
navigation action in the coverage view.
- Fix display of compressed elements in test results view.
* explorer: integrate test coverage bars
This adds coverage bars in the explorer view. These are only shown when
test coverage is open, and I took some care to avoid any performance
hit when it's not. The idle case involves no DOM manipulation and just
an observable listener on the test result service.
In the explorer, coverage is shown in its 'compact' view which will only
render a single bar representing the user's chosen overall test coverage
calculation (defaults to a weighted sum of all types of coverage
available).
Works with rename, decorations, and ellipses overflow. Screenshot:
For #123713
* rework explorer coverage bars to a contribution model