Commit Graph

130718 Commits

Author SHA1 Message Date
Benjamin Pasero 9037210ea4 macOS: window controls stop working when zoomed in (fix #242890) (#243120) 2025-03-11 11:11:05 +01:00
Benjamin Christopher Simmonds 6f87a279c8 Add custom hover to copilot edits code indicator (#243161)
fix https://github.com/microsoft/vscode/issues/243113
2025-03-11 10:38:36 +01:00
Benjamin Pasero 129f975fd4 debt - prepare for property initialisation order changes #243049 (#243153) 2025-03-11 08:51:56 +00:00
Alexandru Dima b6fe5a8f41 Merge pull request #243084 from microsoft/alexd/mad-rooster
Add workaround (again) for browser bug
2025-03-11 09:06:38 +01:00
Don Jayamanne acb986b977 Display notebook decorators when opening new nb from diff view (#243136) 2025-03-10 20:15:47 -07:00
Josh Spicer 56440fa442 @vscode/policy-watcher 1.2.0 (#243132)
* mac policy support (code changes)

* adopt @vscode/policy-watcher 1.2.0
2025-03-11 02:51:51 +01:00
Alex Dima 68ea1f64a3 Fix issue where the chat widget service expects having a last focused widget even when focus could not be really set inside the chat widget 2025-03-10 22:40:59 +01:00
Megan Rogge 393f929eff add getInstalledExtensions generators (#242704) 2025-03-10 20:48:00 +00:00
Raymond Zhao e83b02d2e9 Merge pull request #243096 from microsoft/rzhao271/occasional-marmoset
Remove old key-matching algorithm and setting
2025-03-10 13:09:58 -07:00
Tyler James Leonhardt cb807ec6ae Fix a few property call patterns (#243109)
ref https://github.com/microsoft/vscode/issues/243049
2025-03-10 12:17:25 -07:00
Rob Lourens 2c19ac01f3 Add languageModelToolsForAgent proposal (#243105)
To have a cleaner proposal to enable the tag for extensions to contribute tools to agent mode
2025-03-10 20:00:27 +01:00
Rob Lourens 4e8d2667e6 Add proper "when" clause for "Switch to next model" (#243104) 2025-03-10 19:44:48 +01:00
Peng Lyu 0bec97c0bf re #243049. property initialisation order for file user data provider. (#243101) 2025-03-10 19:22:52 +01:00
Raymond Zhao 20dccd9313 Remove redundant permission (#243098) 2025-03-10 18:45:11 +01:00
Raymond Zhao 7d57de4438 Merge pull request #214572 from SimonSiefke/feature/font-picker
feature: support font family picker in settings
2025-03-10 10:21:29 -07:00
Alex Ross da2bbdda80 tree-sitter doesn't apply some scopes (part 3) (#243088)
Fixes #241715
2025-03-10 10:17:02 -07:00
Alex Ross 897d7c8abf Fix some property init order debt in comments files (#243095)
Part of #243049
2025-03-10 18:03:17 +01:00
Raymond Zhao b8006b5f36 Fix exact match check 2025-03-10 10:01:27 -07:00
Raymond Zhao 0287979d68 Remove old key-matching algorithm and setting
Closes #243091
2025-03-10 09:57:46 -07:00
Alex Ross 62e914e344 Make the property init order checker script Windows friendly (#243093)
Part of #243049
2025-03-10 17:54:49 +01:00
Robo 31ec1c528f build: remove legacy server support (#235232)
* build: remove legacy server support

* chore: update rpm dependencies

* chore: fix publishing

* cli: provide option for unsupported glibc sysroot

* chore: add unsupported mode to prereq check

* chore: add logging

* chore: add comment about patchelf execution order
2025-03-10 17:54:23 +01:00
Alexandru Dima 1e271e0428 Adopt initialisation order changes (#243090)
Adopt initialisation order changes (#243049)
2025-03-10 17:45:37 +01:00
Joyce Er 35372a9205 refactor: remove working set from chat editing session (#243087) 2025-03-10 17:12:56 +01:00
Sandeep Somavarapu 3ea047c09e fix #241002 (#242880) 2025-03-10 16:39:41 +01:00
Benjamin Pasero f389507945 rename window.titleControlsStyle to window.controlsStyle (#243085) 2025-03-10 16:35:29 +01:00
Daniel Imms b8fb0f5753 Merge pull request #243071 from microsoft/tyriar/242739
Fix shell integration smoke test flake
2025-03-10 08:29:38 -07:00
Sandeep Somavarapu 6b9869a75c start adopting to includeLatestPrereleaseAndStableVersionOnly flag (#243083)
#243072 start adopting to includeLatestPrereleaseAndStableVersionOnly flag
2025-03-10 16:20:42 +01:00
Robo c6a01c44e2 chore: update runtime builds (#243077)
* chore: update runtime builds

* chore: bump distro
2025-03-10 16:15:18 +01:00
Alex Dima 6001ed8a20 Add workaround (again) for browser bug 2025-03-10 16:01:56 +01:00
Alexandru Dima 92c3d15600 Merge pull request #243062 from microsoft/alexd/extra-sailfish
Emit editor widget focus events via ViewModelEventDispatcher
2025-03-10 15:11:47 +01:00
Daniel Imms 0054d6f0fa Merge pull request #243075 from microsoft/tyriar/240374
Fix git aliases not completing
2025-03-10 07:07:10 -07:00
Ladislau Szomoru 6306af46f0 SCM - 💄 fix property init order in scmHistoryViewPane.ts (#243069) 2025-03-10 06:23:53 -07:00
Daniel Imms 4c1fe96dde Fix git aliases not completing
Fixes #240374
2025-03-10 06:15:49 -07:00
Aiday Marlen Kyzy 50a7fe5744 Fixing property initialization order check in ghostText.ts (#243068)
fixing property initialization order check in ghostText.ts
2025-03-10 14:04:32 +01:00
Daniel Imms d750544dc3 Fix shell integration smoke test flake
The problem was caused by zsh being out of date causing the shell
initialized check to not work properly as the prompt was delayed after
that.

Fixes #242739
2025-03-10 06:02:42 -07:00
Robo 0018d20957 chore: fix property init order in ipc.mp.ts (#243066) 2025-03-10 13:57:36 +01:00
Aiday Marlen Kyzy 4ffd9dd633 Fixing property initialization order in stickyScrollWidget.ts file (#243067)
* running property init order check on sticky scroll widget

* refactoring
2025-03-10 13:53:34 +01:00
Ladislau Szomoru fb57e96676 SCM - 💄 fix property init order in workingSet.ts (#243061) 2025-03-10 13:14:59 +01:00
Ladislau Szomoru 887fa0736e SCM - 💄 fix property init order in scmViewService.ts (#243060) 2025-03-10 13:10:05 +01:00
Benjamin Christopher Simmonds 838ece1cef Inline Edits Code Shifting Horizontal Support (#243059)
Inline Edits Code Shifting horizintal support
2025-03-10 12:48:46 +01:00
Ladislau Szomoru 06e9d7ece1 SCM - 💄 fix property init order in quickDiffDecorator.ts (#243058) 2025-03-10 12:46:39 +01:00
Ladislau Szomoru 8d69af582f SCM - 💄 fix property init order in activity.ts (#243056) 2025-03-10 12:27:12 +01:00
Johannes Rieken 2cde379d3a fix property init order for chatEditingCodeEditorIntegration (#243051)
* add explaining comment

* fix property init order for `chatEditingCodeEditorIntegration`

https://github.com/microsoft/vscode/issues/243049
2025-03-10 11:37:20 +01:00
Benjamin Pasero e4abf53129 refactor: use enum for title controls style in quick input controller (#243047) 2025-03-10 11:21:09 +01:00
Benjamin Pasero df54f43ef6 title - custom window controls setting (#242986) 2025-03-10 10:57:51 +01:00
Johannes Rieken c04ac5a5df add property-init-order-check and run during CI (just like valid layers check) (#243042)
Enable ignore list which capture current violations and todo list
2025-03-10 10:22:18 +01:00
Rob Lourens d8aba066d4 Bump @vscode/ripgrep (#243004)
* Bump @vscode/ripgrep
Brings in error handling fixes

* In remote/ too
2025-03-10 05:38:29 +00:00
Joyce Er 8ebc9a6f21 refactor: extract chat attachment rendering (#243019) 2025-03-09 18:40:09 -07:00
Rob Lourens c9fd0dcc92 Add keybinding to switch models in chat (#243018)
cmd+alt+.
2025-03-09 17:41:37 -07:00
Rob Lourens 4c3374008a Fix chat render loop when rendering notebookEditGroup (#243013) 2025-03-09 14:47:16 -07:00