Commit Graph

148279 Commits

Author SHA1 Message Date
Johannes
e562211c1f fix: remove keyboardMapEntryPoints from desktop entry points and nls.messages.js generation 2026-02-10 17:30:14 +01:00
Rob Lourens
03bd51cfa3 Move PreToolUse to extension (#294042)
* Move PreToolUse to extension

* Migrate PostToolUse
2026-02-10 08:26:10 -08:00
Daniel Imms
ba35bc88a7 Revert "Merge pull request #294104 from microsoft/tyriar/revert"
This reverts commit a8f61833a3, reversing
changes made to 7e883bb398.
2026-02-10 08:23:47 -08:00
Johannes
3180e9482c fix: remove test file exclusion from watch stream 2026-02-10 17:06:49 +01:00
mrleemurray
48bfa56586 Update border-radius to use variable for consistency in chat input styles 2026-02-10 16:02:05 +00:00
mrleemurray
85e3eef75f Add border and box-shadow to notifications center for improved visibility 2026-02-10 15:59:02 +00:00
mrleemurray
0d12078d05 Update secondary hover background colors for consistency in the 2026 Light theme 2026-02-10 15:54:58 +00:00
BeniBenj
95eaf36777 Remove ask mode from picker and add a specific icon for it. 2026-02-10 16:52:59 +01:00
mrleemurray
9b7047a5f0 Update widget border colors and adjust border-radius for consistency in themes 2026-02-10 15:45:58 +00:00
Johannes
dbf3cdf0ac fix: update date handling in jsonEditor for product.json 2026-02-10 16:36:35 +01:00
mrleemurray
02c85ea7ba Enhance 2026 theme: update editor sticky scroll background and adjust light theme tab and breadcrumb colors 2026-02-10 15:09:22 +00:00
Aiday Marlen Kyzy
ed67fd6d5e using the addsmall and removesmall codicons (#294100) 2026-02-10 16:02:25 +01:00
Johannes
b8f398d0e4 Merge remote-tracking branch 'origin/main' into joh/esbuild-the-things
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2026-02-10 14:55:55 +01:00
Dmitriy Vasyura
e60eb8c3b1 Fix double update issue on Windows (#292746) 2026-02-10 12:32:55 +00:00
Daniel Imms
a8f61833a3 Merge pull request #294104 from microsoft/tyriar/revert
Revert "Merge pull request #294081 from microsoft/tyriar/xterm_20260210"
2026-02-10 03:56:04 -08:00
Johannes
edc58f9da1 delete: remove obsolete compare-builds script 2026-02-10 12:45:14 +01:00
Dmitriy Vasyura
7e883bb398 Preserve update metadata over application and OS restarts (#294087) 2026-02-10 03:42:44 -08:00
Daniel Imms
64894bd732 Revert "Merge pull request #294081 from microsoft/tyriar/xterm_20260210"
This reverts commit fbefd6388b, reversing
changes made to f8b1fe06c5.
2026-02-10 03:33:23 -08:00
Aiday Marlen Kyzy
ebcfe64355 using padding so editor hover is not visible at the same time as selection is made (#294091) 2026-02-10 11:33:08 +00:00
Lee Murray
43e53b27dd Merge pull request #294094 from microsoft/mrleemurray/delighted-tan-tern
Reduce activity bar dimensions and improve styling
2026-02-10 11:27:36 +00:00
Daniel Imms
fbefd6388b Merge pull request #294081 from microsoft/tyriar/xterm_20260210
@xterm/xterm@6.1.0-beta.152
2026-02-10 03:10:01 -08:00
Lee Murray
7d74751508 Update src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 11:02:43 +00:00
Lee Murray
1d3c7b0175 Update src/vs/workbench/contrib/extensions/browser/extensionsWidgets.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 10:59:49 +00:00
Lee Murray
845804b284 Update src/vs/workbench/contrib/extensions/common/extensionQuery.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 10:59:00 +00:00
Lee Murray
0426332d90 Update src/vs/workbench/contrib/extensions/browser/extensionsViews.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 10:57:37 +00:00
mrleemurray
21f33aa380 Adjust badge positioning and remove border for improved styling 2026-02-10 10:54:58 +00:00
mrleemurray
e06393eaf8 Reduce activity bar dimensions for improved UI consistency 2026-02-10 10:49:02 +00:00
mrleemurray
6373cdaa83 Reduce dimensions of activity bar components for improved UI consistency 2026-02-10 10:43:44 +00:00
Johannes
1974429562 fix: restore check for out-build 2026-02-10 11:37:28 +01:00
Johannes
5ea70f9e5b refactor: streamline vscode build tasks and remove esbuild variants 2026-02-10 11:36:17 +01:00
Daniel Imms
0dd79e6eb9 Adopt new scrollbar API 2026-02-10 02:32:36 -08:00
Daniel Imms
f8b1fe06c5 Merge pull request #291609 from microsoft/tyriar/si_st
Tidy up comments in ShellIntegrationAddon
2026-02-10 02:32:22 -08:00
Johannes
18456cc05f source maps: sourcesContent, CDN URL rewriting, replace @parcel/watcher 2026-02-10 11:10:12 +01:00
Daniel Imms
8def2f99b7 @xterm/xterm@6.1.0-beta.152
Fixes #293529
2026-02-10 01:47:20 -08:00
Johannes Rieken
8b4b64dc39 Merge pull request #293825 from microsoft/copilot/experiment-disable-quick-suggestion
Add `offWhenInlineCompletions` value and string shorthand for `editor.quickSuggestions`
2026-02-10 10:37:16 +01:00
Matt Bierner
417deb3dba Merge pull request #294044 from mjbvz/dev/mjbvz/architectural-orangutan
Use chat sessions controllers for extHost <-> mainThread
2026-02-09 20:10:20 -08:00
Matt Bierner
bd3ac4a926 Merge branch 'main' into dev/mjbvz/architectural-orangutan 2026-02-09 19:43:38 -08:00
Paul
a63ede284f Add back button to configure hooks menu (#294043) 2026-02-09 18:31:09 -08:00
Matt Bierner
ff89e9d816 Add explicit cancellation 2026-02-09 18:09:01 -08:00
Matt Bierner
e4f5e416c3 Code review fixes 2026-02-09 18:06:41 -08:00
SXX
693d6f61e1 fix: stop unbounded websocket inflate-byte recording 2026-02-10 09:49:53 +08:00
Copilot
2beb7b6c11 Add tunnel name telemetry to remote tunnel events (#288209)
* Initial plan

* Add tunnel name telemetry to remoteTunnel events

Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>

* Add tunnelName to remoteConnectionSuccess telemetry event

Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>

* Improve documentation for getRemoteServerRootPath

Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>
Co-authored-by: Harald Kirschner <hkirschner@microsoft.com>
2026-02-10 01:27:32 +00:00
Matt Bierner
b783405ff1 Use chat sessions controllers for extHost <-> mainThread
Continues adopting the controller model (push based) in core. A bit messy since lots of code in core is using read/refresh interchangeably right now
2026-02-09 16:57:43 -08:00
Megan Rogge
70c81130fb add context menu actions to tips (#294002)
fixes #293507
2026-02-09 16:54:46 -08:00
Paul
61c7cf9779 Add support for continue, stopReason and systemMessage for tool hooks (#294016) 2026-02-09 18:29:07 -06:00
Elijah King
572f14281d Merge branch 'main' into eli/workbench-motion 2026-02-09 15:59:14 -08:00
Henning Dieterichs
40a50b72b3 Makes TestThemeService usable with other IColorThemes 2026-02-10 00:58:20 +01:00
Henning Dieterichs
0bb1ba6d8c Fixes import 2026-02-10 00:58:20 +01:00
Henning Dieterichs
41d8bfb9e0 Extracts generateColorThemeCSS to enable reuse 2026-02-10 00:58:20 +01:00
Megan Rogge
dc0c4b8935 Make tips contextual (#294008) 2026-02-09 17:50:09 -06:00