Merge from vscode e0cc8f579f6b911a7eb72dea231ad89dace369b8 #11822
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@e0cc8f5 Queue replace actions within a filematch because other matches in the file should be considered stale after one replace has been executed Fix https://www.github.com/microsoft/vscode/issues/88282
microsoft/vscode@33d38a9 re https://www.github.com/microsoft/vscode/issues/99151.
microsoft/vscode@cc29a81 Update github authentication extension kind
microsoft/vscode@8418e06 Resolve customExecution task definition before going to exthost Part of https://www.github.com/microsoft/vscode/issues/81007
microsoft/vscode@1d3bea8 fix typo
microsoft/vscode@c692ca0 more hash tests
microsoft/vscode@a82932c Add when to task commands
microsoft/vscode@932a27d Unexpected hash collision. Fixes https://www.github.com/microsoft/vscode/issues/86584
microsoft/vscode@b3ec3fb Cannot overwrite read only files anymore (https://www.github.com/microsoft/vscode/issues/104651)
microsoft/vscode@b5d8e6e code.sh: add quotes to export WSLENV
microsoft/vscode@6f5ebba use vscode-emmet-helper isnetad of vscode-emmet-helper2
microsoft/vscode@bb3c233 Fix when NPM view is shown https://www.github.com/microsoft/vscode/issues/104591
microsoft/vscode@a2e2c86 scorer - add test for strict prefix matching
microsoft/vscode@ae04039 actionBar: after a clear actions might be re-added to simply toggle some actions. We should preserve focus
microsoft/vscode@194db62 vscode does not open remote files that start with a dot. Fixes https://www.github.com/microsoft/vscode-remote-release/issues/3424
microsoft/vscode@613320a lifecycle - tweak error wording (https://www.github.com/microsoft/vscode/issues/104593)
microsoft/vscode@bd08768 Bump up tasks aaccuracy (maany false positives)
microsoft/vscode@95b3a0a fix https://www.github.com/microsoft/vscode/issues/101365.
microsoft/vscode@4a316b0 keep cellRenderer clean
microsoft/vscode@25499ff fix https://www.github.com/microsoft/vscode/issues/101871.
microsoft/vscode@7d08008 re https://www.github.com/microsoft/vscode/issues/103661.
microsoft/vscode@b990f95 Don't force focus into notebook when opening an empty notebook Fix https://www.github.com/microsoft/vscode/issues/101622
microsoft/vscode@dde1372 re https://www.github.com/microsoft/vscode/issues/103881.
microsoft/vscode@35a1137 Re https://www.github.com/microsoft/vscode/issues/103881.
microsoft/vscode@d8463db Pick up TS insiders
microsoft/vscode@8323cbe fix https://www.github.com/microsoft/vscode/issues/104583.
microsoft/vscode@da2d1f7 re https://www.github.com/microsoft/vscode/issues/104583.
microsoft/vscode@8e36990 Removes tabs completely (required for DT)
microsoft/vscode@8d94a66 Bump actions, aadopt new "vacation" config
microsoft/vscode@0000cfd Revert "Disable bot for joao (vacation)."
microsoft/vscode@061122b fix https://www.github.com/microsoft/vscode/issues/104581
microsoft/vscode@cec2927 Remove node usage from browser
microsoft/vscode@9823308 Fix output selector going under cell drag handle Fix https://www.github.com/microsoft/vscode/issues/104579
microsoft/vscode@ea28750 fix https://www.github.com/microsoft/vscode/issues/104569.
microsoft/vscode@f542cd1 Queue initial term data events for ext host delayed init
microsoft/vscode@1a4999b Remove @optional, convert native service to contribution
microsoft/vscode@bea0de3 debug: register editor actions also not lazy
microsoft/vscode@cd2a827 breakpointEditorContribution: do not listen before a debug adapter is registered
microsoft/vscode@da1b424 fixes https://www.github.com/microsoft/vscode/issues/104570
microsoft/vscode@b557a37 debug: display badge on view container where the CALL STACK is
microsoft/vscode@f4b3ea0 debug: add to watch should open the watch view, not debug viewlet
microsoft/vscode@4782dbf debug contribution: move registration such that some things are not lazy
microsoft/vscode@728c1ed avoid top toolbar overflow
microsoft/vscode@4a0543f always show the toolabr when the document is empty
microsoft/vscode@000dad4 fix https://www.github.com/microsoft/vscode/issues/99351
microsoft/vscode@c112f84 less innerHTML usage, eg. textContent for styles and innerText for labels
microsoft/vscode@5920e71 debt - use innerText instead of innerHTML
microsoft/vscode@fca5c66 Dragging a diff view to another editor group loses scroll position (fix https://www.github.com/microsoft/vscode/issues/104517)
microsoft/vscode@ece8141 Reworks alignment logic to handle certain nesting cases (https://www.github.com/microsoft/vscode/issues/85657)
microsoft/vscode@15bf20d scorer - cache needs to account for multi-queries
microsoft/vscode@c18e316 scorer - fix debug messages
microsoft/vscode@28a32aa scorer - boost uppercase matches (to help camelcase matches win)
microsoft/vscode@611f6f9 scorer - drop prefix and camelcase scoring and prefer lcs
microsoft/vscode@4398a42 fix compile error
microsoft/vscode@2d9ffda some jsdoc, microsoft/vscode#102091
microsoft/vscode@aabb4e3 add TextDocument#notebook api proposal, https://www.github.com/microsoft/vscode/issues/100890
microsoft/vscode@1d08d20 Position tree markdown hovers with mouse x
microsoft/vscode@2f1c4b0 Merge pull request https://www.github.com/microsoft/vscode/issues/104528 from relmify/compare-full-filenames
microsoft/vscode@ad415a0 web - remove shell_exec from php sample
microsoft/vscode@78ba612 make sure to dispose worker service when test is done, should fix https://www.github.com/microsoft/vscode/issues/104485
microsoft/vscode@186c587 Revert "maybe maybe for microsoft/vscode#104485"
microsoft/vscode@2e2f69d Merge pull request https://www.github.com/microsoft/vscode/issues/103891 from bamurtaugh/bamurtaugh/install-debug-extension
microsoft/vscode@aa6e57d notifications - enable ellipsis overflow for buttons again
microsoft/vscode@6e57a9a nls - remove legacy local.json migration
microsoft/vscode@f0f223a 💄 binary file editor
microsoft/vscode@34dee12 MOVE_EDITOR context not used when dragging between groups Fix https://www.github.com/microsoft/vscode/issues/104535
microsoft/vscode@f7f05de Don't require creationOptions to be the same object
microsoft/vscode@c12abc9 fixes https://www.github.com/microsoft/vscode/issues/104448
microsoft/vscode@49924e7 debug: improve self-host debug configurations
microsoft/vscode@9a2696d Don't fire onDidChangeTerminalDimensions when cols/rows is 0
microsoft/vscode@c80b8a3 Fix wrapping overflow when up against the edge
microsoft/vscode@bf5bb7f push SCM above added panes by default
microsoft/vscode@b51f344 don't use tranlate3d in notebooks for custom menus
microsoft/vscode@3e9c6ea debug: fix parent session badge not hiding correctly
microsoft/vscode@467f014 Removes rogue onFileSystem activation
microsoft/vscode@edcc70c 💄
microsoft/vscode@4d77523 Add context menu to notebook cells Also make inline actions always show up in the overflow menu as well Fix https://www.github.com/microsoft/vscode/issues/103920
microsoft/vscode@8c1aa16 fix https://www.github.com/microsoft/vscode/issues/102156.
microsoft/vscode@37697bc fix https://www.github.com/microsoft/vscode/issues/104128.
microsoft/vscode@7d9f54c add join cell above into toolbar context menu
microsoft/vscode@e4a77a8 Fix https://www.github.com/microsoft/vscode/issues/100328: search view: preserve last focused item
microsoft/vscode@ff5a252 update distro
microsoft/vscode@01bf31e Make accounts toggle consistent with other menu items, fixes https://www.github.com/microsoft/vscode/issues/104512
microsoft/vscode@44dc166 Formatting ref https://www.github.com/microsoft/vscode/issues/104400
microsoft/vscode@9c1df26 Fix https://www.github.com/microsoft/vscode/issues/104400: Maxed-out searches gives different results with context lines
microsoft/vscode@57cb702 Merge pull request https://www.github.com/microsoft/vscode/issues/104468 from orionlee/theme_dimmed-monokai_markdown_styling
microsoft/vscode@5ab91a9 fixes issue with dropdowns in lists
microsoft/vscode@2c5cae3 Add "insert cell" submenu
microsoft/vscode@fe4d4f7 Show validation message on empty fields in issue reporter, fixes https://www.github.com/microsoft/vscode/issues/104472
microsoft/vscode@16adb5b Bump actions
microsoft/vscode@115d7cf Allow hover x to be overridden
microsoft/vscode@0b03a79 actually use 80 for ping (mistakenly went full send to 60)
microsoft/vscode@eeae1ae Bring ping days down to 80. Getting close to final taarget! (60)
microsoft/vscode@784f7bb Add token to needs more info closer
microsoft/vscode@f04ef75 debug: register contributions only once debug adapter extension got registered
microsoft/vscode@8943ec4 restructure debug.contrubtion.ts into logical registration parts
microsoft/vscode@7b1bfa1 Preserve custom webview file icon in HC (fixes https://www.github.com/microsoft/vscode/issues/104434)
microsoft/vscode@edd867f Merge pull request https://www.github.com/microsoft/vscode/issues/103677 from amagupta-collab/empty-line-wrap-fix
microsoft/vscode@1b29397 debug registration: futher simplify debug.contribution.ts
microsoft/vscode@96f32b8 debug: move debugColors to separate file
microsoft/vscode@c6c9d5b debug: more precise computatino of top stack frame call stack decoration
microsoft/vscode@e3a0f6a debug: use cancellation tokens for stackTrace aslo
microsoft/vscode@1b0d4db use $-prefix for IPC functions only
microsoft/vscode@af3c1cf maybe maybe for microsoft/vscode#104485
microsoft/vscode@2660504 💄 forof over foreach
microsoft/vscode@0da75b9 notebooks - use ResourceMap
microsoft/vscode@e3dc5a3 Startup error dialog closes immediately (fix https://www.github.com/microsoft/vscode/issues/104493)
microsoft/vscode@ef569d3 fixes https://www.github.com/microsoft/vscode/issues/104475
microsoft/vscode@263188f memento - add error logging for https://www.github.com/microsoft/vscode/issues/102251
microsoft/vscode@52e3871 Allow workspace tasks to be executed through API Fixes https://www.github.com/microsoft/vscode/issues/104408
microsoft/vscode@a1b6553 Merge pull request https://www.github.com/microsoft/vscode/issues/103841 from annkamsk/innerText-for-trivial-strings
microsoft/vscode@4899592 npm.fetchOnlinePackageInfo is not respected in latest build. Fixes https://www.github.com/microsoft/vscode/issues/103540
microsoft/vscode@de7bb5b tokenClassificationRegistry.ts: Use Object.create(null)
microsoft/vscode@33b077a Fix json schema description for task quoting Fixes https://www.github.com/microsoft/vscode/issues/104419
microsoft/vscode@d39ba97 Merge pull request https://www.github.com/microsoft/vscode/issues/102760 from microsoft/joh/celldocs
microsoft/vscode@fa2c889 Merge pull request https://www.github.com/microsoft/vscode/issues/103359 from DTan13/master
microsoft/vscode@c67a82d throw TypeError when creating diagnostic without range or without message, fixes https://www.github.com/microsoft/vscode/issues/99410
microsoft/vscode@c17b4c2 fix GDPR annotations
microsoft/vscode@ce508a8 fix GDPR annotation
microsoft/vscode@4585a8c Disable assertion around mailto
microsoft/vscode@e54b6f5 Update marked to 1.1.0
microsoft/vscode@b84660f Add more specific checks for being on TS 4.0.1
microsoft/vscode@b171549 Merge remote-tracking branch 'origin/master' into rebornix/editor-find-multiple-select
microsoft/vscode@846dde8 add more tests.
microsoft/vscode@1bea038 Merge remote-tracking branch 'origin/master' into pr/jodyheavener/98884
microsoft/vscode@b9efdab refactor find widget to support multiple selection find/replace