Commit Graph

143315 Commits

Author SHA1 Message Date
Daniel Imms
5656423455 Show message about denied commands with links
Fixes #285921
2026-01-05 04:04:49 -08:00
Johannes Rieken
8b0dc7d95b Merge pull request #285634 from murataslan1/fix/jumpy-marker-navigation
fix: avoid jumpy scrolling when navigating next/prev problem
2026-01-05 12:40:49 +01:00
Daniel Imms
274865a5e5 Merge pull request #285913 from microsoft/xterm_20250105
@xterm/xterm@6.1.0-beta.89
2026-01-05 03:11:03 -08:00
Daniel Imms
e96281c4c4 @xterm/xterm@6.1.0-beta.89
Fixes #239541
2026-01-05 02:43:20 -08:00
Ladislau Szomoru
aa1000f5f5 SCM - only show repository status bar item if there are multiple visible source control providers (#285904) 2026-01-05 10:41:51 +00:00
Johannes Rieken
54e7962dd4 Merge pull request #284486 from gjsjohnmurray/fix-257550
Standardize the breadcrumb toggle option label (fix #257550)
2026-01-05 11:32:08 +01:00
Dmitriy Vasyura
9a4f9e2dd3 PR feedback 2026-01-05 02:23:31 -08: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
Daniel Imms
5bce4f0235 Bring keybindings back to editor suggest status bar
Fixes #285886
2026-01-05 01:29:25 -08:00
Dmitriy Vasyura
9d171780c3 Merge remote-tracking branch 'origin/main' into dev/dmitriv/keybinding-labels 2026-01-05 00:51:38 -08:00
Dmitriy Vasyura
f3c0317961 Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2026-01-05 00:38:17 -08:00
Dmitriy Vasyura
b0b3c10f0b Merge branch 'main' into dev/dmitriv/disable-compact-folders-for-a11y 2026-01-05 00:38:03 -08:00
Dmitriy Vasyura
30b902ea01 Merge branch 'main' into dev/dmitriv/trusted-domains-editor 2026-01-05 00:37:14 -08:00
Dmitriy Vasyura
f2fd44eb5a Merge branch 'main' into dev/dmitriv/reopen-dirty-untitlied 2026-01-05 00:37:10 -08:00
Dmitriy Vasyura
3a780318ff Merge branch 'main' into dev/dmitriv/fetch-tool-hang 2026-01-05 00:36:58 -08:00
Dmitriy Vasyura
d6ce625f8c Merge branch 'main' into dev/dmitriv/trust-ipv6-localhost 2026-01-05 00:36:51 -08:00
Don Jayamanne
3164594382 Fix implicit context variables for notebook cells (#285858)
* Fix implicit context variables for notebook cells

* Address comments
2026-01-05 19:30:11 +11:00
Don Jayamanne
a45fa6666b Fix notebook cell height on opening notebooks (#285863)
* Fix notebook cell height on opening notebooks

* More fixes

* update comments
2026-01-05 19:29:56 +11:00
Dmitriy Vasyura
eb52cd5487 Merge branch 'main' into dev/dmitriv/finalize-button-location-api 2026-01-05 00:26:59 -08:00
Dmitriy Vasyura
2d75b6f682 Merge pull request #285233 from microsoft/dev/dmitriv/separator-a11y-props
Avoid setting state-related ARIA attributes on separators
2026-01-05 00:25:07 -08:00
Dmitriy Vasyura
94a5c0d074 Merge pull request #285293 from microsoft/dev/dmitriv/pad-view-range-for-cursor
Add view range padding for cursor when  cursorSurroundingLines set set
2026-01-05 00:20:18 -08:00
Sandeep Somavarapu
1cd32455f8 fix #285173 (#285820) 2026-01-04 19:41:40 +01:00
Daniel Imms
6e5de40ff4 Merge pull request #285816 from microsoft/tyriar/285429
Auto approve Out-String
2026-01-04 09:43:03 -08:00
Daniel Imms
938932dc00 Auto approve Out-String
Fixes #285429
2026-01-04 08:51:38 -08:00
Daniel Imms
2bd1975a39 Merge pull request #285402 from mizdra/fix-failed-test
Fix tests that failed in environments where `XDG_DATA_HOME` is set
2026-01-04 08:40:41 -08:00
Daniel Imms
9b02703363 Merge pull request #279579 from Beace/fix/terminal-webgl-memory-leak
fix: fix terminal webgl context memory leak
2026-01-04 08:39:57 -08:00
Daniel Imms
19ffd00acd Merge pull request #279167 from SimonSiefke/fix/memory-leak-terminal-process-2
fix: memory leak in terminal process
2026-01-04 08:39:33 -08:00
Daniel Imms
1aed3cd63b Merge branch 'main' into fix/memory-leak-terminal-process-2 2026-01-04 07:51:39 -08:00
Daniel Imms
1691ad165b Merge branch 'main' into fix/terminal-webgl-memory-leak 2026-01-04 07:07:06 -08:00
Tyler James Leonhardt
10229e595f Add some more logging for MCP Auth (#285770)
* Add some more logging for MCP Auth

* Change the log level so users can self-service configuration issues better

* Add a telemetry event
2026-01-04 07:08:15 +01:00
Copilot
fee65f1c2d Fix Space key triggering checkbox toggle when typing in quick open input (#285740)
* Initial plan

* Fix Space key triggering checkbox toggle when typing in quick open input

Add InputFocusedContext.negate() to the when clause of quickInput.toggleCheckbox
to ensure Space only toggles checkboxes when the input box is not focused.

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Fix Space key triggering checkbox toggle when typing in quick open input

Add proper when clause to quickInput.toggleCheckbox that includes:
- inQuickInputContext
- quickInputType check (QuickPick or QuickTree)
- InputFocusedContext.negate() to prevent triggering when input is focused

This ensures Space only toggles checkboxes when the input box is not focused,
allowing users to type spaces in the quick open input field.

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
2026-01-04 00:01:45 +00:00
Daniel Imms
43e6d75773 Merge pull request #285751 from microsoft/tyriar/275312
Auto approve immediately if only warning blocked it
2026-01-03 10:55:06 -08:00
Daniel Imms
48d0342a4f Merge pull request #285750 from microsoft/285744
Allow git `ls-files` and `--no-pager`/`-C <path>` args before sub-command
2026-01-03 10:44:08 -08:00
Daniel Imms
f26246f9e6 Auto approve immediately if only warning blocked it
Fixes #275312
2026-01-03 10:33:57 -08:00
Dmitriy Vasyura
1eee6eb148 Merge pull request #285608 from microsoft/dev/dmitriv/scm-view-pane-getParent-crash
Handle more cases in scmViewPane.getParent
2026-01-03 10:29:07 -08:00
Daniel Imms
5d4b6d4d0d Allow git ls-files
Fixes #285744
2026-01-03 10:06:16 -08:00
Daniel Imms
7396628a5b Approve -C and --no-pager git args
Part of #285744
2026-01-03 10:04:13 -08:00
Daniel Imms
c1dd529294 Merge pull request #285737 from microsoft/tyriar/271422
Fix width of terminal inline chat
2026-01-03 10:01:33 -08:00
Daniel Imms
f3d2e1a538 Merge branch 'main' into fix-failed-test 2026-01-03 07:36:55 -08:00
Daniel Imms
8f928228a9 Fix width of terminal inline chat
Fixes #271422
2026-01-03 07:16:39 -08:00
Dmitriy Vasyura
3cb01d979b Merge pull request #285610 from microsoft/dev/dmitriv/git-spawn-stdio-null
Do not assume stdio fields to be defined when spawning a child process.
2026-01-03 05:21:07 -08:00
Benjamin Pasero
b87990a91c agent sessions - allow to accpet in background as editor (#285723) 2026-01-03 09:18:04 +01:00
Rob Lourens
67de9bcea2 Add agent sessions quick access (#285715) 2026-01-02 21:20:32 -08:00
Rob Lourens
b627a9ca17 Add "developer: inspect chat model" action (#285707) 2026-01-02 21:19:58 -08:00
Rob Lourens
a30e5c8780 Fix slow sending requests when other chat requests are running (#285717)
Fix #280662
2026-01-02 21:18:56 -08:00
Dmitriy Vasyura
6f71c4e9a4 Merge branch 'main' into dev/dmitriv/git-spawn-stdio-null 2026-01-02 16:49:15 -08:00
Dmitriy Vasyura
be8b8bfdcc Add more stdio checks when spawning git processes. 2026-01-02 16:47:47 -08:00