Commit Graph

252 Commits

Author SHA1 Message Date
Benjamin Pasero
f7b1318461 chore - remove deprecated setting chat.viewSessions.enabled (#302806) 2026-03-18 06:20:49 -07:00
Connor Peet
2418b24d9f agentHost: migrate to use protocol types
- Migrates to use AHP types that are synced via `npx tsx scripts/sync-agent-host-protocol.ts`
- One big churn was migrating out of URIs as rich objects in the protocol.
  We can't really shove our own `$mid`-type objects in there. I also explored doing a
  generated translation layer but I had trouble getting one I was happy with.
- This tightens up some type safety in general and fixes some areas where vscode had
  silently/sloppily diverged from the protocol types.
2026-03-17 20:10:45 -07:00
Paul
21d682f185 Allow local customizations (#300298) 2026-03-10 01:00:21 +00:00
Johannes Rieken
b26a9e9d90 migrate js/ts settings (#297312)
re https://github.com/microsoft/vscode/issues/297056
2026-02-24 11:23:18 +00:00
BeniBenj
5d03bdec4c remove outdated setting 2026-02-24 11:41:59 +01:00
Benjamin Pasero
7bcd7fe84d chat - opt team into inlineChat.affordance: editor (#296931) 2026-02-23 10:12:15 +01:00
BeniBenj
8ad39162c4 run script sessions
cleanup
2026-02-22 21:24:36 +01:00
Benjamin Pasero
efa6580636 chat - add product.overrides.json to git.worktreeIncludeFiles (#296485) 2026-02-20 12:05:19 +01:00
João Moreno
e3f174c7c4 Add Azure Pipeline skill (#295985)
* add Azure Pipeline skill

* move script to typescript

* 💄

---------

Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com>
2026-02-18 11:22:22 -08:00
Benjamin Pasero
4a2f9d4ad6 chore - comment out session exclusion in settings (#295971) 2026-02-18 10:10:12 +00:00
Benjamin Pasero
7af891aae5 sessions - allow search results for vs/sessions (#295805) 2026-02-17 17:37:02 +00:00
Benjamin Pasero
d797e9f914 sessions - tweak workspace settings for vs/sessions (#295775)
* sessions - tweak workspace settings for `vs/sessions`

* ccr
2026-02-17 15:13:44 +00:00
Matt Bierner
70658519dc Enable tsgo by default in the workspace
Tsgo language tooling should be feature complete at this point. There still may be bugs or more minor gaps, but we want more dogfooding to find these

Enabling tsgo to help with this. It's still easy to switch back to tsc if you run into any blockers
2026-02-11 13:17:47 -08:00
Matt Bierner
cf4611570b Remove default formatter workspace setting for js/ts
This is needed so that we can switch between the ts6 and ts-go without having to change any settings. Longer term the plan is to make ts-go reuse the same formatter id. We will make that change once we ship tsgo builtin
2026-02-03 11:05:24 -08:00
Christof Marti
95b2895346 Enable in workspace (#289694) 2026-01-23 18:05:01 +01:00
Johannes Rieken
b43afd3820 enable inline chat gutter & hover (#289590) 2026-01-22 08:42:32 +00:00
Benjamin Pasero
a61aec9852 eng - opt the team into using sessions (#288384) 2026-01-16 16:52:48 +01:00
Megan Rogge
17362d52dc rm setting (#288070) 2026-01-15 07:27:00 -08:00
Benjamin Pasero
84e4ac7002 fix - update chat.tools.terminal.outputLocation setting (#288050) 2026-01-15 13:36:24 +01:00
Daniel Imms
1259d32599 Remove unnecessary auto approve rules
npm scripts will be approved automatically with #285509. For npx we probably don't want to auto approve.
2026-01-02 04:36:29 -08:00
Daniel Imms
60594246f6 Fix indent space -> tab 2025-12-24 04:27:38 -08:00
Connor Peet
abc747bff4 Merge pull request #284107 from microsoft/connor4312/bp-tree
debug: add option for presenting breakpoints as a tree per-file
2025-12-17 19:10:56 +00:00
Henning Dieterichs
ccd324da40 Adds main-* to git.branchProtection to support worktree scenarios with multiple main branches (#283606)
(see https://github.com/microsoft/vscode/issues/283598)
2025-12-15 15:37:07 +00:00
Benjamin Pasero
6a44fc1ac8 chat - for now disable chat.promptFilesRecommendations as workspace setting (#279796)
We have meanwhile added `agent` as built-in mode, so it seems counter intuitive to ask the user to use `plan-fast` or `plan-deep`
2025-11-27 22:58:16 +09:00
Matt Bierner
72eee73887 Convert npm scripts to ts
For #277526

Converting last of the main build scripts to typescript
2025-11-24 11:05:23 -08:00
Benjamin Pasero
335383fa28 agent sessions - removal of history from chat view (#278958) 2025-11-24 07:37:01 +01:00
Benjamin Pasero
69f5e04673 agent sessions - flip default for insiders to show single-view (#278731)
* agent sessions - flip default for insiders to show `single-view`

* fix smoke test
2025-11-21 10:58:18 +00:00
Benjamin Pasero
5f3f28fc9a agent sessions - make single-view the default in vscode (#277075) 2025-11-13 08:34:45 +00:00
Peng Lyu
60a0b8771e agent session view setting cleanup (#276239) 2025-11-07 21:05:49 -08:00
Megan Rogge
9ffea2e801 add workspace setting for output location hidden (#274886) 2025-11-03 22:02:49 +00:00
Johannes Rieken
f9c3cbadcc enable inline chat v2 for team selfhost (#274754) 2025-11-03 14:19:46 +00:00
Rob Lourens
5b43928adc Adopt renaming executePrompt tool to runSubagent (#272187) 2025-10-19 14:50:23 -07:00
Harald Kirschner
dd797c727d Use built-in plan mode (#271853) 2025-10-17 12:43:28 -07:00
Peng Lyu
ef43422621 Enable sessions view for the team 2025-10-16 15:52:52 -07:00
Copilot
524609d3bd Remove chat.checkpoints.showFileChanges from workspace settings (#271275)
* Initial plan

* Remove chat.checkpoints.showFileChanges from workspace settings

Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>
2025-10-14 17:13:14 +02:00
Rob Lourens
0a311727de Enable slash commands in chat session participants (#268792)
* Enable slash commands in chat session participants

* Copilot suggestions good
2025-09-29 02:19:18 +00:00
Rob Lourens
45d15b9bff Remove reference to old extension (#268235) 2025-09-24 20:47:48 +00:00
Harald Kirschner
025b7b7c4c Leaner kusto mcp server and prompt 2025-09-23 12:04:43 -07:00
Harald Kirschner
7117c45fc4 Prompts for plan mode 2025-09-12 20:40:20 -07:00
Daniel Imms
b80398ac19 Remove suggest from workspace settings 2025-09-12 03:03:22 -07:00
Harald Kirschner
8d5775af91 Shorten prompt descriptions for welcome view 2025-09-11 14:56:28 -07:00
Rob Lourens
955e9be1ac Disable rendererProfiling (#266237)
Until #265654 is fixed
2025-09-11 18:01:33 +00:00
Harald Kirschner
4d07e482c3 Plan mode for VS Code development 2025-09-11 09:10:57 -07:00
Daniel Imms
1602cc5a1f Add some common auto approve settings 2025-08-11 05:17:11 -07:00
Aiday Marlen Kyzy
269dc08213 Rendering file changes at checkpoints (#256231)
Adding file changes at checkpoints
2025-07-24 17:12:08 +02:00
Henning Dieterichs
5bff6ada15 Improves AI stats status bar 2025-07-24 15:38:19 +02:00
Benjamin Pasero
ce8f8ed5ff Cleanup menus that have chat context specific actions (fix #255320) (#255618) 2025-07-13 11:39:27 +02:00
Benjamin Pasero
ee88620afc debt - improve workspace settings and copilot configuration (#255359) 2025-07-12 12:40:46 -07:00
Mads Kristensen
434260839e Updated references to schemastore.org 2025-07-08 09:48:52 -07:00
Josh Spicer
40a0ef2f55 encourage self-hosting of codingAgent features (#253050) 2025-06-30 20:28:07 +02:00