* edit previous requests
* some small cleanup
* second pass with some moderate cleanup, all working
* another pass, more cleanup
* some cleanup and gated behind chat.editRequests setting
* some more cleanup
* add custom hover colors
* simplify some logic
* actually use helper function i added
* address some comments, cleanup
* fix flickering on click
* remove unused import
* fix context key, keybindings, layouts, and cleanup
* chore: bump gulp-electron@1.37.0
* chore: update package-lock.json
* Reland "Fix extraction of tab title name" (#251379)"
This reverts commit 5d1bd8f13d.
Reason for revert:
Icon issue was side affect of the windows agent change that affected
the rcedit binary which has now been addressed.
* chore: bump gulp-electron@1.37.1
* chore: bump node-gyp on windows to 11.2.0
improves reliability of builds on windows
includes https://github.com/nodejs/node-gyp/pull/3113 and https://github.com/nodejs/node-gyp/pull/3112
* use preinstalled node-gyp
* use bundled node-gyp for subdirs too
* chore: revert changes to package-lock.json
* chore: rebuild package-lock.json
* ci: rebuild cache
---------
Co-authored-by: Aman Karmani <aman@tmm1.net>
* Fix extraction of tab title name
Fixesmicrosoft/vscode-internalbacklog#5499
* Engineering - update agent pool
---------
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
* update colors for icon labels to meet accessibility color contrast requirements
* - update colors for added and removed labels to pass color contrast requirements
- added the used tokens to vscode-known-variables
* fixing margin-left
* update editor gutter colors for added and deleted resources, removed the previously added gitDecoration tokens from known variables
* update editor gutter colors for added and deleted lines in dark_modern and updated the fallback colors for editorGutterDeletedBackground
* undoing changes to editorGutterAddedBackground and editorGutterDeletedBackground
* add foreground colors for added and deleted lines in chat code blocks in chatColors.ts
* add chat foreground colors for added and deleted lines in vscode-known-variables.json
* rename chat color variables for added and removed lines in chat code block pill
---------
Co-authored-by: Justin Chen <54879025+justschen@users.noreply.github.com>