Apparently it's possible for preferred_username to be like `foo@mybiz.com` while `email` is set to `foo@mybizemail.com`... This is the more correct ordering.
* Support setting of condition and hit count on data breakpoints (fix#188721)
* Add info and inline buttons to data breakpoints
* Fix tests
---------
Co-authored-by: Rob Lourens <roblourens@gmail.com>
* 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.