Commit Graph

17240 Commits

Author SHA1 Message Date
Robo
6543b51327 feat: enabled windows version update for stable (#288126)
* feat: enabled windows version update for stable

* chore: update setup file

* temp: bump distro

* chore: fix electron re-download

* fix: oss callsite in updateservice

* chore: simplify check in tunnel-forwarding
2026-01-19 12:16:20 +00:00
Dmitriy Vasyura
0e28a4b760 Add Git: Delete action to run git rm command on the current document (#285411) 2026-01-16 21:36:23 +01:00
Lee Murray
eb67b922d6 Merge pull request #288417 from microsoft/mrleemurray/probable-quail-black
Add 2026 theme files and enhance customization options
2026-01-16 17:28:38 +00:00
mrleemurray
6921e3e84a Remove theme customization and README files for cleaner repository structure 2026-01-16 16:59:50 +00:00
mrleemurray
8a2c71b626 Remove unused custom color definition from styles.css for cleaner code 2026-01-16 16:59:00 +00:00
mrleemurray
e4223fc0bf Refine color values and styles in 2026 Dark and Light themes for improved UI consistency 2026-01-16 16:52:59 +00:00
Ladislau Szomoru
9934a5d9ed Git - enable copy-on-write to worktree include files when the file system supports it (#288376) 2026-01-16 16:14:10 +01:00
mrleemurray
f87751f968 Refine color themes and styles for improved UI consistency and aesthetics 2026-01-16 15:06:56 +00:00
Isha Singh
a243dd1e64 Merge pull request #281302 from Ishiezz/fix/251898-implicit-activation-warning
Fix: Do not suggest implicit activation message when engine does not support it
2026-01-16 14:26:16 +00:00
mrleemurray
1afb0c2536 Update input box styles to enhance color consistency across UI elements 2026-01-16 14:13:03 +00:00
mrleemurray
e71ca3c0f3 Remove synthetic focus styles from input boxes for a cleaner appearance 2026-01-16 13:50:43 +00:00
mrleemurray
bd8cacd2a9 Update scrollbar slider colors and enhance quick input widget background 2026-01-16 13:42:51 +00:00
mrleemurray
acd5f6a352 Enhance 2026 Light Theme and Add Stealth Shadows Styles
- Updated color values in 2026-light.json for improved contrast and accessibility.
- Introduced new styles.css file to implement stealth shadows for various UI elements, enhancing visual depth and aesthetics across the workbench.
- Adjusted box-shadow properties for components like the activity bar, sidebar, panel, and editor to create a more cohesive design.
2026-01-16 13:24:26 +00:00
mrleemurray
ef452dc92e Update color theme for 2026 Dark: adjust background and foreground colors for various UI elements 2026-01-16 11:04:12 +00:00
mrleemurray
1518a7e1f5 Merge remote-tracking branch 'origin/main' into mrleemurray/probable-quail-black 2026-01-16 11:03:40 +00:00
Paul
12bce8da5a Agent skills management UX and file support (#287201) 2026-01-16 05:46:36 +11:00
Ladislau Szomoru
cdc06ed9ac Git - handle case when the repository only contains the main worktree (#288056) 2026-01-15 16:42:07 +00:00
mrleemurray
94cfa628c6 Update foreground colors for improved visibility in 2026 theme files 2026-01-15 11:54:32 +00:00
Kyle Cutler
4e9b0b7fc3 Support additional actions in integrated browser (#287653)
* Add setting to redirect simple browser

* Open in external browser

* Open settings

* Move to new window

* clean

* Add element shortcut

* Menu item updates

* PR feedback
2026-01-14 12:43:16 -08:00
Thanh Nguyen
deef0f5460 fix: correct tunnel command path resolution for Windows Insiders (#282431)
* fix: correct tunnel command path for Windows Insiders

On Windows Insiders, the bin folder is at root level while appRoot
points to resources/app inside the versioned folder. Changed path
resolution to use '../../../bin' (3 levels up) for Windows Insiders
specifically, while keeping '../../bin' for other platforms.

- macOS: 'bin' (directly under appRoot)
- Windows Insiders: '../../../bin' (resources/app -> root/bin)
- Other platforms: '../../bin'

Fixes #282425

* chore: apply feedback

---------

Co-authored-by: ThanhNguyxn <thanhnguyxn@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
2026-01-14 20:15:20 +00:00
David Dossett
dccac35285 Polish buttons and inputs (#280457)
* Update default styles and add small variant

* Strip other instances where default styles should apply

* Strip overrides from review/comment UI

* Update some buttons in chat

* Polish floating keep/undo action bars

* One off the add model button for now

* Update secondary button styles + common button border for dark modern

* Use small variant for "keep | undo" chat button bar

* Strip overrides from chat confirmations buttons

* Missed one borde radius override

* Fix small variant

* Align keep/undo editor widgets with small button variant and icon button sizes

* Use same border radius for inputs

* Update src/vs/workbench/contrib/chat/browser/media/chatEditorController.css

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

* Update src/vs/base/browser/ui/dialog/dialog.css

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

* Update extensionEditor.css to adjust font weight and border radius for action items

* Update quickInput.css and titlebarpart.css to adjust border radius and padding for improved UI consistency

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: mrleemurray <lee.murray@microsoft.com>
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Lee Murray <mrleemurray@gmail.com>
2026-01-14 17:00:10 +00:00
mrleemurray
a9f018e8b9 Update 2026 theme colors for improved visibility and consistency 2026-01-14 11:53:33 +00:00
Ladislau Szomoru
650bc4f9ae Git - expose repository kind through the git extension API (#287737) 2026-01-14 10:51:47 +00:00
Martin Aeschlimann
067cb03d18 [json] add trustedDomains settings (#287639)
* use trusted schemas

* [json] add trustedDomains settings
2026-01-13 15:31:19 -08:00
John Murray
9f03423dbb Merge branch 'main' into fix-267766 2026-01-13 18:24:20 +00:00
mrleemurray
45db6d6e9f Add 2026 theme files and customization documentation 2026-01-13 15:53:23 +00:00
Ladislau Szomoru
f5e25ad4ca Git - show main worktree under the Worktrees node (#287564) 2026-01-13 15:38:32 +00:00
Dmitriy Vasyura
4b5cc19c78 Merge pull request #286341 from microsoft/dev/dmitriv/vb-indentation
Fix indentation rules for VB
2026-01-13 12:20:08 +01:00
Ladislau Szomoru
8f8c5595d1 Git - use findFiles2() to expand glob patterns (#287238) 2026-01-13 08:58:51 +00:00
Megan Rogge
1fbcce57f1 fix terminal suggest regression (#287187)
fixes #287161
2026-01-12 16:40:42 -08:00
Ladislau Szomoru
bf6622b8d2 Git - simplify default value for the git.worktreeIncludeFiles setting (#287083) 2026-01-12 10:40:09 +00:00
Benjamin Pasero
2919f6ff58 🆙 @parcel/watcher at 2.5.4 2026-01-11 20:20:25 +01:00
Ladislau Szomoru
2c1a2eeb2d Git - fix git diff raw parsing to correctly handle renamed files (#287020) 2026-01-11 18:03:10 +00:00
Benjamin Pasero
a1c4b06628 watcher - update @parcel/watcher to latest (#286827) 2026-01-09 13:39:11 -08:00
Ladislau Szomoru
4f24fc8b8f Git - add git.worktreeIncludeFiles setting (#286816)
* Add setting, and initial implementation

* Tweak the implementation

* Factor in git ignored files

* No need to use split chunks with check-ignore

* Switch to a faster approach to copy the files

* Update extensions/git/src/repository.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-09 13:22:35 -08:00
Benjamin Pasero
8edf92d2af debt - update esbuild@0.27.2 (#286687) 2026-01-09 10:53:03 +00:00
Benjamin Pasero
fe665a91f6 watcher - update to latest version (#286484) 2026-01-09 07:07:37 +01:00
Dmitriy Vasyura
c8fdd1650c Update TextMate grammars from upstream sources (#286560)
* Update TextMate grammars from upstream sources
* Fix integration test on Windows to run TypeScript file directly
* Baseline update
2026-01-08 16:24:04 +00:00
Davlatjon Sh
ec58a40580 fix(typescript): tsserver.useSyntacServer.always description
This change adds important note about TypeScript behavior when setting this setting

Related issues:
- https://github.com/microsoft/vscode/issues/160078
- https://github.com/microsoft/vscode/issues/159071
2026-01-08 09:00:46 +05:00
Dmitriy Vasyura
fa6c146385 Finalize quickInputButtonLocation API proposal 2026-01-07 17:35:45 +01:00
Martin Aeschlimann
42434d7c15 Can't preview custom agents' markdown files (#286331) 2026-01-07 10:46:21 +00:00
Ladislau Szomoru
b69e4fc36a Git - fix default worktree path when creating a worktree in a worktree (#286210) 2026-01-06 13:22:09 -08:00
Ladislau Szomoru
d0576dab05 Git - add extension API to get a patch for a commit range (#286159)
* Git - add extension API to get a patch for a commit range

* Turns out `git diff` does not support the `--root` flag
2026-01-06 15:18:53 +00:00
Martin Aeschlimann
7f374a7aba Useless regular-expression character escape (#286069) 2026-01-06 08:45:55 +00:00
Tyler James Leonhardt
cbc91ee43b Revert "Finalize quickPickButtonLocation API proposal" (#285984) 2026-01-05 11:29:58 -08:00
Dmitriy Vasyura
8fdef91744 Merge pull request #284360 from microsoft/dev/dmitriv/finalize-button-location-api
Finalize quickPickButtonLocation API proposal
2026-01-05 18:31:29 +01:00
gjsjohnmurray
e9d2d8605d Avoid coloring symbol-* icons in all custom treeviews 2026-01-05 15:14:48 +00:00
RedCMD
8d2287f6f7 Fix php indenting #248229 (#258016)
* Fix php indenting

* Simplify PHP indentationRules
2026-01-05 10:19:19 +00:00
Philipp A.
bd4ba7b3a6 fix: set LANGUAGE for Git (#285410)
* fix: set LANGUAGE for Git

---------

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2026-01-05 10:18:54 +00:00
Ladislau Szomoru
5533614b42 Git - repository picker should not contain hidden source control providers (#285893) 2026-01-05 10:07:31 +00:00