Merge from vscode 817eb6b0c720a4ecbc13c020afbbebfed667aa09 #7356
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
microsoft/vscode@817eb6b additional fix for hidden maximized panel refs microsoft/vscode#80366
microsoft/vscode@fb7fb3e Merge pull request microsoft/vscode#81319 from IllusionMH/patch-2
microsoft/vscode@684423e adopt to setting sync end point conventions
microsoft/vscode@6052bcb Fix settings editor gear icon
microsoft/vscode@4e293af Make sure we pass on options when resolving uri
microsoft/vscode@ab99fbe Merge pull request microsoft/vscode#81283 from jeanp413/fix-80389
microsoft/vscode@c28cf52 Show preserve case icon in search viewlet
microsoft/vscode@ad60153 setting to ignore during sync
microsoft/vscode@a2862cf Update icon class for outline panel
microsoft/vscode@ec9d29e Update scm tree filter icons to use icon font
microsoft/vscode@4439aca debt - window max/min is electron only
microsoft/vscode@2195816 debt - closeWindow is electron only
microsoft/vscode@48f914f Fix microsoft/vscode#80419
microsoft/vscode@f837a34 debt - move enterWorkspace into workspaces service
microsoft/vscode@992f38c Merge pull request microsoft/vscode#81198 from microsoft/pine/suggestFocus
microsoft/vscode@841b336 Merge pull request microsoft/vscode#81350 from microsoft/misolori/icon-font-explorer
microsoft/vscode@89e89dc Also fixes microsoft/vscode#81151 and makes unsupported exclamation icon bigger
microsoft/vscode@5d2d51f Fix microsoft/vscode#81151, make logpoint icon larger
microsoft/vscode@23f2275 debt - move openExtensionDevelopmentHostWindow out of window interface
microsoft/vscode@2f2eb54 💄 service context
microsoft/vscode@4da232a debt - move shared process things out into own service
microsoft/vscode@3909604 Fix options not making it indo configuring tasks
microsoft/vscode@863c25a debt - macOS touchbar is electron only
microsoft/vscode@8d3e7c6 debt - crash reporter is electron only
microsoft/vscode@ff5eabc debt - updateTouchBar is electron only
microsoft/vscode@81fed9c "Close Remote Connection" command should be in command palette too. Fixes microsoft/vscode-remote-release#1467
microsoft/vscode@e70e7ab debt - openExternal() on main is electron only
microsoft/vscode@16f7fe3 fileEditorInput: go with a static memoizer
microsoft/vscode@eed85f6 debt - quit() is electron only
microsoft/vscode@a15c0ac web - support "Close Workspace"
microsoft/vscode@cd5625c debt - handle title doubleclick is electron only
microsoft/vscode@95bb5ea debt - still implement IElectronService interface
microsoft/vscode@03d6cc4 Merge pull request microsoft/vscode#81308 from microsoft/joao/fix-80583
microsoft/vscode@f9df118 💄 window id
microsoft/vscode@ae0356e Merge pull request microsoft/vscode#81318 from IllusionMH/patch-1
microsoft/vscode@9f6a745 Bump node2
microsoft/vscode@5666547 restore maximized panel fixes microsoft/vscode#79891
microsoft/vscode@8a269f2 Merge pull request microsoft/vscode#81338 from microsoft/misolori/icon-font-search
microsoft/vscode@0897757 Don't use es6 api in platform api
microsoft/vscode@863daff New storage keys for panel sizes fixes microsoft/vscode#80930 fixes microsoft/vscode#80366
microsoft/vscode@c27c51b Add api to get all tunnels from the tunnel service
microsoft/vscode@029009e Marking most private emitters as readonly
microsoft/vscode@e8b2096 Use DisposableStore
microsoft/vscode@565cada Add note on lifecycle of resolved result
microsoft/vscode@31d946d Remove empty public ctors
microsoft/vscode@fccc14a Remove empty ctor
microsoft/vscode@7574d1d Remove reopen with from editor context menu
microsoft/vscode@51329d2 register user data sync config only when end point exists
microsoft/vscode@15c2cfa 💄
microsoft/vscode@c2e805a microsoft/vscode-remote-release/issues/1400 - Disable reload action if ui extension is installed on both - Fix tooltips
microsoft/vscode@9456d2b enable reload action test
microsoft/vscode@f030ce9 Use values util in map
microsoft/vscode@0719e0a Support initially collapsing remote explorer panes not related to the current remote type Fix microsoft/vscode-remote-releasehttps://github.com/microsoft/vscode/issues/1426
microsoft/vscode@ea6a8cc Avoid using Set.keys
microsoft/vscode@748f644 Fix tests after microsoft/vscode@00983bc
microsoft/vscode@8283078 Make sure window's opener service resolves uris instead of automatically resolving all uris
microsoft/vscode@578c4c0 Merge branch 'sandy081/extensionsSync'
microsoft/vscode@79dbd4d Replace todo
microsoft/vscode@e62f2e3 Only require a reviver being registered to revive a webview
microsoft/vscode@a62b7da Make resolveExternalUri return just a plain uri instead of a disposable result
microsoft/vscode@00983bc Fixes microsoft/vscode-remote-releasehttps://github.com/microsoft/vscode/issues/1400: Allow UI extensions to run remotely
microsoft/vscode@e5383cf 💄
microsoft/vscode@ba355ef 💄
microsoft/vscode@0216598 Show correct chevron icon when panel position is on right
microsoft/vscode@86f66d6 Breakpoint supported should live on SessionData in the breakpoint
microsoft/vscode@944a1a5 Remove workaround for IE (microsoft/vscode#71553 microsoft/vscode#81272)
microsoft/vscode@fe5315b Ship codicon with the standalone editor
microsoft/vscode@14d47d3 fixes microsoft/vscode#79239
microsoft/vscode@6884154 Be explicit about certain things to help the editor tree-shaking
microsoft/vscode@a5ea66d Refactor file dialog service to fix layer breaker (microsoft/vscode#81171)
microsoft/vscode@de03947 fix bad map values
microsoft/vscode@372cc47 💄
microsoft/vscode@464b501 update distro
microsoft/vscode@bcb7b8c Show collapse icon in custom tree views
microsoft/vscode@6ba3ce9 Update lightbulb color token names
microsoft/vscode@86fa120 Fix microsoft/vscode#81129
microsoft/vscode@a817a58 Moving resolve uri logic into openerService
microsoft/vscode@6710df4 Allow tunneling when clicking on links in the terminal
microsoft/vscode@93ba04b Move extractLocalHostUriMetaDataForPortMapping up to tunnel service
microsoft/vscode@36bf392 Make standard tunnel service re-use tunnels when possible
microsoft/vscode@9bc3762 Extra OpenOptions types
microsoft/vscode@3e8beed Use arrow function to avoid needing $this
microsoft/vscode@5693b09 Extract shouldOpenExternal
microsoft/vscode@1577637 Polish trusted setting wording
microsoft/vscode@81ec777 support merge code lens for vscode-userdata
microsoft/vscode@c04457c Fix url validation logic
microsoft/vscode@d352e40 Use check icon to complete merge
microsoft/vscode@c93fb8c Fix microsoft/vscode#80551
microsoft/vscode@d5f0a93 Fix microsoft/vscode#81246
microsoft/vscode@e9b8a06 Fix microsoft/vscode#81122
microsoft/vscode@a47886c fix build
microsoft/vscode@e0cdfa5 formatting
microsoft/vscode@70f3a09 Fix microsoft/vscode-remote-releasehttps://github.com/microsoft/vscode/issues/1444
microsoft/vscode@208a139 update distro
microsoft/vscode@e791b6c Add a message that would reduce the grace time
microsoft/vscode@54c3db1 fileEditorInput: do more caching and drop cache when new formatter registered
microsoft/vscode@f144b5d createMemoizer so we can clear
microsoft/vscode@95d7625 Merge branch 'joao/scm-tree'
microsoft/vscode@b590547 debug: more async and polish
microsoft/vscode@98d4114 Merge pull request microsoft/vscode#81165 from kke/patch-1
microsoft/vscode@f20785d always use the uriFormat; fixes microsoft/vscode#79596
microsoft/vscode@1c4c8ce breakpoints: bound in some process
microsoft/vscode@bcf67c8 allow trailing commas in tsconfig.json (for microsoft/vscode#80419)
microsoft/vscode@cb70fd5 rename allowTrailingsCommas -> allowTrailingCommas
microsoft/vscode@ff570b5 variables: respect errorMessage
microsoft/vscode@0d85351 simple IPC: allow to encode static context (windowId)
microsoft/vscode@809bb97 debugActions: minor polish
microsoft/vscode@5f9452e fixes microsoft/vscode#81195
microsoft/vscode@a7e8927 Add description for tasks dependsOn
microsoft/vscode@5e72f65 debt - represented filename and document edited is electron only
microsoft/vscode@2536913 Merge pull request microsoft/vscode#81156 from ATheCoder/fix-81077
microsoft/vscode@086af30 Fix microsoft/vscode#81080
microsoft/vscode@1c6938e debt - reload() to host service
microsoft/vscode@e1f4b03 debt - implement toggleFullScreen() properly
microsoft/vscode@5750622 fix microsoft/vscode#81123
microsoft/vscode@b399f71 debt - fix call to pick folder and open
microsoft/vscode@7e99bd3 Make IEditor.setSelections take a readonly array
microsoft/vscode@f2b1bb2 Marking array types as readonly
microsoft/vscode@99ee26c Only create elements array once
microsoft/vscode@1f4ef6a Marking return values readonly
microsoft/vscode@db11576 Use null instead of undefined for openCodeEditor
microsoft/vscode@0fdba09 getActiveCodeEditor should return undefined instead of null
microsoft/vscode@b18ef0e Make getFocusedCodeEditor return undefined instead of null
microsoft/vscode@5aee2f0 Re-render extension editor readme when theme changes
microsoft/vscode@ea01b39 Extract renderMarkdown
microsoft/vscode@af47c6c Convert to async
microsoft/vscode@8d9d072 Syntax highlight code blocks on extension pages
microsoft/vscode@8f6108b Removing unused .mac style rule for rendered markdown
microsoft/vscode@92dac9e Make sure we don't reparent the webview in the extension editor
microsoft/vscode@4cb8e38 Use Schemas instead of strings
microsoft/vscode@e2a2c58 Update diff next/prev to use icon font
microsoft/vscode@b27dca7 Merge pull request microsoft/vscode#81191 from microsoft/misolori/icon-font-lighbulb
microsoft/vscode@75bd6f2 Merge pull request microsoft/vscode#81062 from microsoft/misolori/icon-font-notif
microsoft/vscode@ad1cb1f Make sure exthost has same id for webview as main thread
microsoft/vscode@1588f08 Show close button on PR comments
microsoft/vscode@2001064 web - do not open our website for first time users
microsoft/vscode@3334b82 debt - remove resolveProxy from window service
microsoft/vscode@a55b7ec fixes microsoft/vscode#80921
microsoft/vscode@1ad5b21 [email protected]
microsoft/vscode@798e32c code.sh: pipe error still printed. For microsoft/vscode-remote-release#1420
microsoft/vscode@a9c67d8 extHost startDebugging minor polish
microsoft/vscode@c4a6fc1 Merge pull request microsoft/vscode#80673 from dgozman/fix-62419
microsoft/vscode@4f04524 do not inline touchbar icons - does not work
microsoft/vscode@78f9269 [email protected]
microsoft/vscode@8fb28a3 debt - picking and opening file/folder/workspace is an electron thing
microsoft/vscode@f882a95 debt - require electron and not Electron
microsoft/vscode@af00f97 debt - temporary allow IElectronService in file dialog service
microsoft/vscode@d58aa5e debt - use electron dialogs through electron service
microsoft/vscode@ceb795a Fix commit
microsoft/vscode@a3d141c Improve custom tree view fileIcon event fix
microsoft/vscode@bd8f87e Custom views are doing work too early
microsoft/vscode@2c42211 debt - handle devtools via electron service
microsoft/vscode@5de60c1 web - fix broken static extensions
microsoft/vscode@6ba021b Add more scopes to themes based on feedback for C++ and discussion
microsoft/vscode@69fa361 use final 1.37 version of DAP modules
microsoft/vscode@29d6e21 [email protected]
microsoft/vscode@9088dbe breakpoints: comments and a minor fix
microsoft/vscode@c1fdabc Update themes with c++ scopes based on discussion
microsoft/vscode@ba439b2 breakpoint widget: focus input on change context to make it more user friendly
microsoft/vscode@accd859 debug: dispose context menu actions on hide. Also some breakpoint polish
microsoft/vscode@c2dcd0b icon > codicon (fixes microsoft/vscode#81142)
microsoft/vscode@8cd4c5a debt - windowsService => legacyWindowsMainService
microsoft/vscode@e69400a debt - launchService => launchMainService
microsoft/vscode@443ab8f debt - extract a openEmptyWindow method and support in web
microsoft/vscode@6a81e81 initialize statu
microsoft/vscode@c813ee9 Start extensions sync
microsoft/vscode@83c0e37 Serialize-friendly interface
microsoft/vscode@715b6c5 Add extension id that triggered the activation event
microsoft/vscode@c8fa927 debt - have methods for restart, relaunch
microsoft/vscode@e211ef1 💄
microsoft/vscode@72177d7 ipc - adopt simple proxy for menubar service
microsoft/vscode@f47e734 web - disable DownloadURL for now (crashes PWA, produces empty files)
microsoft/vscode@0d76b1f debt - remove old legacy layout (thanks for the time being)
microsoft/vscode@8b6e0ef Update folding icon to use icon font
microsoft/vscode@6de911e Remove pre 1.37 webview state restore logic
microsoft/vscode@1fee5ab Webviews should prefer to keep their ids across serialize-deserialize
microsoft/vscode@6a94ca4 Delegate to embedder when resolving if one exists
microsoft/vscode@27bac59 Basic implementation of resolveExternalUri
microsoft/vscode@16577ca Mark immutable fields as readonly
microsoft/vscode@36b66c9 Add firstOrDefault helper
microsoft/vscode@766352d Use disposableStore in a few more places
microsoft/vscode@e9ac00c Remove unused disposable fields
microsoft/vscode@50a4606 Fix comment
microsoft/vscode@44d0f1b Remove redundant property init
microsoft/vscode@9d09c13 Prefer using Disposable.None vs custom noop disposable