Commit Graph

16124 Commits

Author SHA1 Message Date
Rob Lourens d8af289890
Support chat participants in agent mode (#256113)
* Allow participants in any mode
Fix #255921

* Get rid of unneeded context keys

* Preserve modes for default agents

* Fix tests

* Fix test
2025-07-16 00:37:20 +02:00
Copilot 7e3b842fc1
Terminal suggest: Move storage from globalState to globalStorageUri (#255114) 2025-07-15 13:09:21 -07:00
Ladislau Szomoru d10e7bc100
Git - do not prompt for opening worktrees (#256059) 2025-07-15 08:41:26 -07:00
Alex Ross c23b94c04d
Skip "breakpoints are available before accessing debug extension API" (#255982)
See https://github.com/microsoft/vscode/issues/254039
2025-07-15 09:48:51 +00:00
Christy 😺 4576aa4385
Enable viewing of worktrees under Repositories (#254992)
* init

* fix: correct configuration key for detecting Git worktrees

* Fixed misspelling of worktrees and populated worktree list

* exported parseGitWorktrees

* Replaced git commands with file system reader

* Removed trailing './git' from path

* Prevent errors when accessing empty worktree directory

* Enable worktree deletion

* code clean up

* Remove exposure to git extension

* labeling and minor fixes

* throw error when no worktrees created

* Error handling when getting worktrees

---------

Co-authored-by: bhavyaus <bhavyau@microsoft.com>
2025-07-14 11:27:00 -07:00
dependabot[bot] 22d3ddecaf
Bump brace-expansion from 2.0.1 to 2.0.2 in /extensions/json-language-features (#255769)
Bump brace-expansion in /extensions/json-language-features

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 17:40:36 +00:00
dependabot[bot] 190ec3670c
Bump brace-expansion from 2.0.1 to 2.0.2 in /extensions/npm (#255766)
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 10:20:10 -07:00
Ladislau Szomoru 10abf5a6f6
SCM - Add contextValue proposed API for SourceControl object (#255338)
* Add contextValue proposed API

* Update names

* Fix documentation
2025-07-14 16:43:24 +02:00
Ladislau Szomoru 6c8a25ae47
Git - distinguish between repository, submodule, and worktree (#255374) 2025-07-11 15:35:09 +02:00
Martin Aeschlimann 6dd2b84fa2
Merge pull request #254690 from madskristensen/schemastore-subdomain-fix
Updated references to schemastore.org
2025-07-11 12:10:29 +02:00
Matt Bierner a72da85587
Merge branch 'main' into tmm1/ts-integration-results 2025-07-10 15:23:26 -07:00
Benjamin Pasero 2188c90df5
Add sign in option for Apple (microsoft/vscode-internalbacklog#5578) (#255155) 2025-07-10 14:43:10 -07:00
Martin Aeschlimann 30cfae0d78
use www.schemastore 2025-07-10 18:16:09 +02:00
Don Jayamanne 2ff34581ea
Skip flaky Notebook Kernel API tests (#255119)
* Skip flaky Notebook Kernel API tests

* updates
2025-07-10 11:57:40 +00:00
Don Jayamanne 7b269dac03
Await on notebook.cell.execute command in tests (#255111) 2025-07-10 04:22:38 -07:00
Don Jayamanne e31bfcad9d
Re-enabled some of the skipped notebook tests (#255087)
* Identify flaky test failures

* Updates
2025-07-10 04:05:27 -07:00
Don Jayamanne c195156400
Use open and show notebook instead of executeCommand in tests (#255106) 2025-07-10 04:05:02 -07:00
Gabriel Csapo 8746da1b14
Merge branch 'main' into gcsapo/adds-log-level-for-tsserver 2025-07-09 16:46:54 -07:00
Gabriel Csapo b2152a7418 chore: updates server.log enum 2025-07-09 11:29:39 -07:00
Tyler James Leonhardt 8bd52a173e
Redirect to vscode.dev/redirect and then vscode://.... (#254841)
So that the browser remembers who triggered the redirect.

Fixes https://github.com/microsoft/vscode/issues/254810
2025-07-09 12:33:37 +02:00
Matt Bierner feda9dfea7
Merge branch 'main' into dev/mjbvz/bump-katex 2025-07-08 20:04:10 -07:00
Megan Rogge 48409cb254
use `onTerminalShellIntegration` for terminal suggest activation (#252329) 2025-07-08 16:17:14 -07:00
Megan Rogge 03cbd01f61
fix terminal suggest bug related to aliases (#254482)
fix #254457
2025-07-08 12:08:09 -07:00
Matt Bierner 0ba52498bf Pick up latest md katex plugin 2025-07-08 11:03:47 -07:00
Mads Kristensen 434260839e
Updated references to schemastore.org 2025-07-08 09:48:52 -07:00
Jérôme Lécuyer d37ee81e3d
Git - l10n discard changes dialogs (#254366) 2025-07-08 16:18:12 +00:00
Benjamin Pasero 1c5aac43c2
tests - close editors from debug API tests (#254646) 2025-07-08 06:27:47 -07:00
Alex Ross f8bb386a48
Update grammars (#254634) 2025-07-08 10:59:18 +00:00
Benjamin Pasero 367fc5f243
exp - introduce and use flag to disable experiments (#254057)
* exp - introduce and use flag to disable experiments

* fix
2025-07-04 09:17:56 +00:00
Ladislau Szomoru 4d7c56ee82
Engineering - Add GitHub action for pull requests (#254056)
* Test - handle running tests as part of a GitHub action

* Add GitHub action files
2025-07-04 08:21:56 +00:00
Megan Rogge 81989afd86
ensure there's a space before reset char (#253925)
fix #253190
2025-07-04 01:08:37 +00:00
Benjamin Pasero 7f22d07626 fix tests 2025-07-03 12:35:12 +02:00
Benjamin Pasero c59715207b Provide option to open `code chat` in empty workspace or existing workspace (fix #253383) 2025-07-03 12:35:12 +02:00
Benjamin Pasero 7ce94dd09a Code chat - add option to maximize the chat panel (fix #253306) 2025-07-03 12:35:12 +02:00
Benjamin Pasero 25cc496bf7
Code chat help doesn't tell me what modes I can use (fix #253380) (#253568) 2025-07-02 08:58:52 +02:00
Aman Karmani 8b7988cffd [engineering] ensure typescript integration tests emit junit reports
not sure if this was intentional but it seems like an oversight
2025-07-01 16:45:28 -07:00
Daniel Imms 6a9fe8798a
Fix chat fig completions tests 2025-07-01 07:35:54 -07:00
Daniel Imms 73f57748bc
Fix compile issue 2025-07-01 04:18:27 -07:00
Daniel Imms c9f2c3c0f3
Merge branch 'main' into copilot/fix-253029 2025-07-01 04:17:52 -07:00
Martin Aeschlimann 25a8dd4f0b
enable markdown language server for prompt files (#252656) 2025-06-30 14:19:00 -07:00
Martin Aeschlimann b9558f6405
[css/html/json] update services (#253088) 2025-06-30 23:15:58 +02:00
copilot-swe-agent[bot] 029d601d2e Add chat subcommand to help section for complete integration
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com>
2025-06-30 17:31:36 +00:00
copilot-swe-agent[bot] cbf326419e Add chat subcommand to Fig completion spec
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com>
2025-06-30 17:25:35 +00:00
dependabot[bot] 18cd9f8aac
Bump brace-expansion from 2.0.1 to 2.0.2 in /extensions/css-language-features (#251237)
Bump brace-expansion in /extensions/css-language-features

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 17:35:27 +02:00
Christof Marti 969d35e8a5 Refer to MCP schema for "mcp" (microsoft/vscode-remote-release#11049) 2025-06-30 15:28:34 +02:00
Martin Aeschlimann a8630509af
prompt files: avoid using snippets 2025-06-28 20:50:16 +02:00
Tyler James Leonhardt b1e40f2893
Revert "Use Code OSS GitHub client id" (#252559) 2025-06-26 18:04:50 -07:00
Lee Murray e0233e7545
Add insiders filter support in CSS and update variables dynamically (#252488)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
2025-06-26 21:09:15 +02:00
Tyler James Leonhardt 8d05b579cc
Use Code OSS GitHub client id (#252426)
To separate Code OSS & VS Code.
2025-06-25 18:58:58 +02:00
Daniel Imms bb42ba975c
Merge pull request #252323 from microsoft/tyriar/252314
Update fig specs
2025-06-25 07:22:18 -07:00