* unc - adopt setting and handling of allow list (#5)
* unc - adopt setting and handling of allow list
* unc - set allow list on server too
* unc - pick our patched node.js for now
* bump electron
* unc - ignore sync is not needed with machine scope
* unc - use process set directly
* 🆙 22.5.1
* fix compile
---------
Co-authored-by: Benjamin Pasero <Benjamin.Pasero@microsoft.com>
* Added logic for togglable fixed width centered layout
* Added new config option for fixed width centered layout
* Connected CenteredViewLayout to the 'centeredViewFixedWidth' option
* CodeCleanup
* Fixed bug where proportional margins did not resize in sync, also simplified some code
* Removed Todo
* Moved the call to setFixedWidth as per suggestion
* registered the event listener for OptionsChanged
* small perf tweak
---------
Co-authored-by: Victor Harabari <victor.harabari@flir.net>
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
* Added ${rootNameShort} formatting
* Add unit tests for label that use rootNameShort
* move `Verbose` interface to a better location
* more support
* 💄
* fix tests
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
* Revert "perf - log slow running workbench contribs (#159656)"
This reverts commit b7d5b65a13.
* stop logging slownes
* still log perf but only running out of sources
* Add mute icon to notification center toolbar
* Add placeholder mute method
* Add config service support
* Refactor mute toggle behavior
* More refactoring
* Add hack for switching actions on toggle
* Use do-not-disturb icons
* Update status bar icon
* Add comment for hack todo
* Add experimental tag
* Update setting name references
* Fix typo
* Update status bar icon and filter all errors
* Update icons
* Updates icon and toggle behavior
* Update codicons ttf
* cleanups
* Use UI state instead of setting
* Show window progress instead of notification
* Update Storage scopes
* Update Storage scopes
* Refactor to use NotificationService
* Minor fixes
* Update tests
* Address PR feedback
* Update tests
* 💄
* 💄
* zen - use dnd mode for filtering
* set filters right on startup
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
* Default to only show language detection hints in text editors (#148663)
* Default to only show language detection hints in text editors
Fixes https://github.com/microsoft/vscode/issues/148220
* Update to object-based config
* Clarify type of untitled editor
* Limit detection to modified cells, once per second
* Re-enable in notebooks
* Implement language detection for notebook cells
* Add lightbulb for normal text editors as well
Clean up mapping of language id's in neural model
Add config to opt out of language detection hints