Commit Graph

16667 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
RedCMD
4fea0d7662 Add TS/JS Template surrounding brackets (#255972) 2026-01-05 10:00:54 +00:00
Dmitriy Vasyura
eb52cd5487 Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2026-01-05 00:26:59 -08:00
Dmitriy Vasyura
be8b8bfdcc Add more stdio checks when spawning git processes. 2026-01-02 16:47:47 -08:00
Dmitriy Vasyura
96bd5f640b Do not assume stdout/stderr are defined when spawning a child process. 2026-01-01 16:48:44 -08:00
Dmitriy Vasyura
de1ca16e63 Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2025-12-29 17:50:46 -08:00
Benjamin Pasero
43b3987e74 debt - adopt @vscode/watcher with some newer fixes (#285247) 2025-12-29 03:57:05 -08:00
Tyler James Leonhardt
8244c9f6b9 Add log statement to see environment (#285220) 2025-12-28 07:28:57 +01:00
Dmitriy Vasyura
2540627be9 Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2025-12-27 13:08:21 -08:00
Ladislau Szomoru
d0bba70758 Git - do not prompt when opening a worktree (#285107)
* Git - do not prompt when opening a worktree

* Pull request feedback
2025-12-26 13:37:44 +00:00
Dmitriy Vasyura
1e06fcd697 Merge pull request #284711 from microsoft/dev/dmitriv/vb-indent-rules
Add indentation rules for Visual Basic
2025-12-26 04:48:44 -08:00
Ladislau Szomoru
43081d3bac Git - expose list of worktrees through the git extension API (#285087)
* Git - expose list of worktrees through the git extension API

* Fix compilation error

* Add property to `RepositoryState`
2025-12-26 02:04:01 -08:00
Dmitriy Vasyura
cd9b1aebaf Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2025-12-25 18:14:13 -08:00
Dmitriy Vasyura
73621d0054 Merge branch 'main' into dev/dmitriv/vb-indent-rules 2025-12-25 17:25:21 -08:00
RedCMD
3eb7d6567b Support # pragma folding markers in C (#284927) 2025-12-25 11:37:40 +00:00
Daniel Imms
4ec1d67e71 Add completions for npm why|explain
Fixes #284905
2025-12-24 12:26:59 -08:00
Dmitriy Vasyura
95f7be4174 Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2025-12-23 11:56:18 -08:00
Dmitriy Vasyura
70847ce802 Merge branch 'main' into dev/dmitriv/vb-indent-rules 2025-12-23 11:52:48 -08:00
Dmitriy Vasyura
e7a20ba839 Merge remote-tracking branch 'origin/copilot/sub-pr-284711' into dev/dmitriv/vb-indent-rules 2025-12-22 13:16:15 -08:00
copilot-swe-agent[bot]
f860aef1ee Update onEnterRules to use case-insensitive patterns
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
2025-12-22 21:08:56 +00:00