Commit Graph

139127 Commits

Author SHA1 Message Date
Ladislau Szomoru a1d4cfa3d8 SCM - graph hover provided by extension (#271519)
* Git - 💄 consolidate git blame and timeline hover code

* Git - Delete code that was commented out

* SCM - graph hover provided by extension

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* More fixes

* More fixes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 14:22:12 +00:00
Logan Ramos aceb7fe621 Fix model restoration logic (#271509) 2025-10-15 11:58:26 +00:00
Johannes Rieken 36f84aa3bc fix compile errors, fyi @roblourens (#271503) 2025-10-15 11:24:02 +00:00
Piotr Rajnisz fb41f69a94 i18n: add missing localizations for monaco-editor (#268038)
Add missing localizations
2025-10-15 11:19:51 +00:00
Henning Dieterichs 70c82b00a9 Fixes https://github.com/microsoft/monaco-editor/issues/4659 (#271497) 2025-10-15 10:58:20 +00:00
Mingpan 2b00e85c86 Copy selection for deleted chunk in inline diff (#267991)
Copy selection for deleted chunk in inline diff
2025-10-15 10:55:47 +00:00
Sandeep Somavarapu 969455e7db fix #270818 (#271494) 2025-10-15 03:46:07 -07:00
Lee Murray 6f0ee8f521 Merge pull request #271486 from microsoft/mrleemurray/thorough-landfowl-teal
Size update to new icons
2025-10-15 11:26:08 +01:00
Benjamin Pasero 0a70ffec1c chat - tweaks to accept/undo buttons (#271488)
Do not explicitly set foreground color for buttons, otherwise hover effect will not apply the color due to a less specific CSS rule.
2025-10-15 10:25:41 +00:00
Ulugbek Abdullaev 83e18c0ee6 inline completions controller: feat: trigger on insertLineAfter/Before commands (#271283)
* lines operations: refactor: replace a string with static variable

* inline completions controller: refactor: extract `commands` set to not create it every time

* inline completions controller: feat: trigger on `insertLineAfter/Before` commands

* inline completions controller: feat: trigger on `'editor.action.nextMatchFindAction'` commands
2025-10-15 12:17:06 +02:00
mrleemurray 3a81fd82ec feat(codicons): add 'debug-connected' icon (0xec63) and update codicon.ttf 2025-10-15 11:01:31 +01:00
Dave Nicolson 3ca2d59c38 Update activation event linter message (#269156) 2025-10-15 09:44:24 +00:00
Benjamin Pasero 56d04418cc chore - update @vscode/iconv-lite-umd to 0.7.1 (#271472)
* chore - update `@vscode/iconv-lite-umd` to `0.7.1`

* fix ci
2025-10-15 09:33:44 +00:00
Ladislau Szomoru a72525b82a Engineering - use sudo to remove the SUID bit (#271483) 2025-10-15 09:33:05 +00:00
Simon Siefke 8d8a2936f4 fix: memory leak in output view (#221605)
* fix: memory leak in output view

* simplify code
2025-10-15 09:05:50 +00:00
Sandeep Somavarapu 41cc8c5b2c remove some resources from additional details - align with github mcp registry (#271474) 2025-10-15 11:02:26 +02:00
Ladislau Szomoru 472fe20604 Engineering - fix hard link error during SBOM generation (#271469) 2025-10-15 08:32:15 +00:00
Sandeep Somavarapu e1b305adb7 support openSearch api (#271468) 2025-10-15 08:25:45 +00:00
Benjamin Pasero 4b1087a5ba Cannot read properties of null (reading 'webContents') (fix #271157) (#271463)
* Cannot read properties of null (reading 'webContents') (fix #271157)

* polish
2025-10-15 08:09:14 +00:00
Benjamin Pasero 663e913a7a remote - only use remote kind for status entry when connected to a remote (#271461) 2025-10-15 08:04:03 +00:00
Benjamin Pasero 9fd3e2a63f status - make icon size 16px to align with the rest of workbench (#271460) 2025-10-15 07:52:01 +00:00
Benjamin Pasero e91079c1c6 chat - fix leaks in setup (#271459) 2025-10-15 07:49:39 +00:00
Benjamin Pasero 407983b4c0 debt - more any reduction (#271458) 2025-10-15 09:45:23 +02:00
Robo 179cd04f2a ci: upload logs from azure test pipeline (#270843) 2025-10-15 09:10:40 +02:00
Osvaldo Ortega f030344cf1 Fix for empty name in chat sessions history (#270657)
* Fix for empty name in chat sessions history

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-14 21:42:44 -07:00
Elijah King 94e15a9bb9 revised prompt titles and tile width (#271399)
* fixed prompt styling and full width

* fixed font size

* left right padding -2px
2025-10-15 06:40:52 +02:00
Rob Lourens aa462d08c7 Add languageModelProxy proposal (#271436) 2025-10-15 04:26:27 +00:00
Bhavya U 83e551bc80 Fix todolist widget clearing (#271427) 2025-10-14 20:09:25 -07:00
Dmitriy Vasyura d9e1773e6a Merge pull request #270844 from microsoft/dev/dmitriv/go-to-offset
Add support for navigating to absolute character offset in the editor with "::" shortcut
2025-10-14 17:45:52 -07:00
Dmitriy Vasyura 6903774c01 Merge branch 'main' into dev/dmitriv/go-to-offset 2025-10-14 16:44:32 -07:00
Dmitriy Vasyura 84b1589954 PR feedback 2025-10-14 16:43:29 -07:00
Tyler James Leonhardt 286a752f5e Use CIMD if supported (#271403)
* Use CIMD if supported

If the Authorization Server we are auth'ing against supports the Client ID Metadata auth flow, we use the client id metadata url from product.json as the client id in auth flows.

Fixes https://github.com/microsoft/vscode/issues/270811

* Update src/vs/workbench/api/browser/mainThreadAuthentication.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-14 16:06:20 -07:00
Sandeep Somavarapu 62fdb96028 adopt to mcp registry v0.1 (#271405) 2025-10-14 15:46:26 -07:00
Justin Chen 9116007eee finalize languageModelDataPart and tools api (#265537)
* finalize datapart and tools api

* remove test fo languagemodel part 2

* delete languagemodeldata part, move to thinking for now

* bump version of chatprovider

* update api comments

* add aliases for languyagemodelToolresult and part

* Add to impl

* fix some finalization commentx

* remove extra instance check

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @mjbvz

Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>

* Apply suggestion from @mjbvz

Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>

* Apply suggestion from @mjbvz

Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>

* Apply suggestion from @mjbvz

Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>

* Apply suggestion from @mjbvz

Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Matt Bierner <12821956+mjbvz@users.noreply.github.com>
2025-10-14 15:12:05 -07:00
Aaron Munger 3da68ef571 use full associated resource (#271394)
* use full associated resource

* refactor

* fix derived class
2025-10-14 14:42:49 -07:00
Logan Ramos 213c722f86 Send first request to selected model (#271398)
* Send first request to selected model

* Remove console logs
2025-10-14 14:30:36 -07:00
Connor Peet 80163d7e42 mcp: fix invalid 'activating extensions' state after autostart is already done (#271389)
Closes #271317
2025-10-14 20:09:30 +00:00
Matt Bierner a334da1dd6 Merge pull request #271380 from mjbvz/dev/mjbvz/continued-capybara
Proper fix for missing node types in web build
2025-10-14 12:39:33 -07:00
Matt Bierner 98ad0f55db Proper fix for missing node types in web build
Using `path` in web for these cases is ok (but not ideal) because webpack shims it out
2025-10-14 12:14:28 -07:00
Logan Ramos 359fa23b39 First round of caching of the model picker (#271376) 2025-10-14 19:12:48 +00:00
Matt Bierner 6699439de0 Merge pull request #271375 from mjbvz/dev/mjbvz/hissing-tapir
Fix web build
2025-10-14 12:11:14 -07:00
Matt Bierner 8df16c735f Fix web build
Temporarily reverting change to unblock web build
2025-10-14 11:58:39 -07:00
Matt Bierner b6fe23e6a9 Merge pull request #270041 from mjbvz/dev/mjbvz/wee-wallaby
Pick up latest dompurify
2025-10-14 11:42:07 -07:00
Paul d22e62803f Terminal suggest addon should always multiply line height config (#270827) 2025-10-14 10:38:44 -07:00
Dmitriy Vasyura 5aaed5a383 Merge branch 'main' into dev/dmitriv/go-to-offset 2025-10-14 10:37:58 -07:00
Bryan Chen f80da296a3 Merge pull request #270461 from microsoft/brchen/fix-debugger-focus-session
fix: debugger is unresponsive to repl evaluation after switching
2025-10-14 10:20:11 -07:00
Matt Bierner 8f2c73dbca Remove one more extra trusted type import 2025-10-14 10:06:03 -07:00
Dmitriy Vasyura a007b0870d Updated JDoc comment on prompt for quick pick. (#271349) 2025-10-14 17:03:04 +00:00
Dmitriy Vasyura 7646b7f57e Merge branch 'main' into dev/dmitriv/go-to-offset 2025-10-14 10:01:33 -07:00
Selva Ganesh M 0267af2c7d fix(editor)(#261780): transform UPPER_CASE to PascalCase (#262959)
* fix(editor)(#261780): transform UPPER_CASE to PascalCase

- Updated PascalCaseAction to handle ALL_CAPS words correctly
- Ensures FOO_BAR -> FooBar and FOO BAR A -> FooBarA
- Added tests for ALL_CAPS and mixed cases

* Improve PascalCase conversion with Unicode support

- Switch to \p{Lu} with 'mu' flags for broader uppercase detection
- Should better handle non-ASCII scripts beyond basic Latin
- Added representative tests: École, ΩmegaCase, ДомТест
2025-10-14 16:46:46 +00:00