Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7300 commits
Select commit Hold shift + click to select a range
c7c0fac
Inline summarization: summarize within the agent loop for maximum pro…
bhavyaus Apr 3, 2026
d0c21ae
feat: add ChatHookProvider to chatPromptFiles API (#307545)
joshspicer Apr 3, 2026
3d70aab
Sessions - improve merge skill + a minor fix (#307657)
lszomoru Apr 3, 2026
0842fe1
feat: wire hooks through CopilotCLI customization provider (#4952)
joshspicer Apr 3, 2026
44b152c
feat: add plugins to chatPromptFiles API (#307669)
joshspicer Apr 3, 2026
46379c3
Fix error noise on browser tab close (#307674)
kycutler Apr 3, 2026
1394fbd
Fix reasoning effort menu being hidden behind browser (#307670)
kycutler Apr 3, 2026
75ef496
Default ignore skills and slash commands for other session types unle…
pwang347 Apr 3, 2026
20b2483
Remove debug event attachments (#307544)
pwang347 Apr 3, 2026
27c5e20
Update Anthropic SDK packages (@anthropic-ai/sdk 0.81.0→0.82.0, @anth…
Copilot Apr 3, 2026
78625cc
Add explicit session type context for skills (#4950)
pwang347 Apr 3, 2026
66639f8
chat: add startup telemetry for live chat model counts (#307678)
roblourens Apr 3, 2026
af760e0
Merge pull request #307643 from microsoft/arbitrary-pike
cwebster-99 Apr 3, 2026
39423a2
copilotcli: fail fast for built-in missing shims
joaomoreno Apr 3, 2026
056e7b4
build: pre-materialize copilot shims for built-in extension
joaomoreno Apr 3, 2026
0805547
agentHost: archive and store archive state for remote agent host sess…
roblourens Apr 3, 2026
89d0d13
agentPlugins: clone locally when in a remote (#303606)
connor4312 Apr 3, 2026
3c60b09
Sessions: preserve cancelled session content in list (#307684)
osortega Apr 3, 2026
74cb7ce
feat: wire plugins through CopilotCLI customization provider (#4962)
joshspicer Apr 3, 2026
8eaa8b7
Remove forceExtendedThinking experiment config (#4966)
bhavyaus Apr 3, 2026
e2694d7
Sessions - more cleanup around state management (#307694)
lszomoru Apr 3, 2026
0148f5f
fix: skip some files in universal app checks
joaomoreno Apr 3, 2026
26f5685
Revert "copilotcli: fail fast for built-in missing shims"
joaomoreno Apr 3, 2026
f6c0687
update
joaomoreno Apr 3, 2026
b9d09e3
sessions: disable branch picker in folder mode (#307692)
hawkticehurst Apr 3, 2026
e515396
fix universal again
joaomoreno Apr 3, 2026
d7e6ae7
fix universal again
joaomoreno Apr 3, 2026
9f61b8b
sessions: add groupKeys and badges for instructions in CLI customizat…
joshspicer Apr 3, 2026
36824e3
sessions: show branch in active session title (#307711)
hawkticehurst Apr 3, 2026
f5e8c61
Initial plan
Copilot Apr 3, 2026
9d70f80
Change enterprise sign-in button label from 'GHE.com' to 'GHE'
Copilot Apr 3, 2026
6b7e153
sessions: reduce left sidebar minimum width (#307709)
hawkticehurst Apr 3, 2026
6b0323a
fix: add backward compat guards for hooks and plugins APIs (#4968)
joshspicer Apr 3, 2026
1fc8e16
another fix
joaomoreno Apr 3, 2026
b3afb80
agentHost: fix editing (#307721)
connor4312 Apr 3, 2026
9b2810b
Let new browser tabs outlive their parents (#307726)
kycutler Apr 3, 2026
885fbb6
Fix: Clicking settings link in bool setting description incorrectly t…
Copilot Apr 3, 2026
51c3548
Agent Debug Panel: pagination, incremental filtering, and service opt…
vijayupadya Apr 3, 2026
de4547a
Browser: don't show a loading spinner for in-page navigation (#307728)
kycutler Apr 3, 2026
5fa9107
Snapshot browser state before disposal (#307734)
kycutler Apr 3, 2026
b564ded
agentHost: Validate strings in bash commands (#307699)
roblourens Apr 3, 2026
9cf1420
agentHost: Enable local agent host in sessions app (#307732)
roblourens Apr 3, 2026
0993042
Revert chatEditingSession change (#307740)
roblourens Apr 3, 2026
b168793
Bump electron from 39.8.4 to 39.8.5 (#4973)
dependabot[bot] Apr 3, 2026
63e0794
Try using anchor positioning.
mjbvz Apr 4, 2026
a24c4fa
agentHost: Ensure all tests use an in-memory db to reduce flakiness (…
roblourens Apr 4, 2026
28880a6
Prefer terminal presentation overrides in chat text (#307777)
dileepyavan Apr 4, 2026
a240f2a
sessions: use generic sign out confirmation copy (#307727)
hawkticehurst Apr 4, 2026
0f45db2
maybe
joaomoreno Apr 4, 2026
b33353e
Ignore file-like domain suffixes in terminal sandbox (#307780)
dileepyavan Apr 4, 2026
ddd3343
Clarify sandbox-first guidance for terminal tool unsandboxing (#307783)
dileepyavan Apr 4, 2026
23db8d7
fix: add copilot SDK extension prebuilds and ripgrep to verify-macho …
joaomoreno Apr 4, 2026
b77fb98
fix: safestorage keychain for renamed agents app (#307831)
deepak1556 Apr 4, 2026
12392b3
Fix: close window after generating default keybindings (#307834)
ntrogh Apr 4, 2026
d196b51
Add guard for anchor positioning
mjbvz Apr 4, 2026
8d7bd01
Sessions - changes view cleanup (#307836)
lszomoru Apr 4, 2026
7d74ce0
fix: agents launch from cli on windows (#307846)
deepak1556 Apr 4, 2026
8d41591
Sessions - cleanup context keys (#307843)
lszomoru Apr 5, 2026
de1b67e
Add VSC model prompt variants and refine routing (#4791)
thirteenflt Apr 5, 2026
b2845e1
Fix background summarization fallback gaps and improve summarization …
bhavyaus Apr 5, 2026
9348f39
make sure we only flush the confirmed tool call (#4967)
justschen Apr 5, 2026
1da74cc
Sessions - add a resize observer to the title to match the width of t…
lszomoru Apr 5, 2026
cc27248
Update dependencies and improve session initialization in Copilot CLI…
DonJayamanne Apr 5, 2026
b8c85f0
Session - more code organization (#307903)
lszomoru Apr 5, 2026
b9c8f7b
Merge remote-tracking branch 'origin/main' into joao/copilot-builtin
joaomoreno Apr 5, 2026
7a62488
bump copilot
joaomoreno Apr 5, 2026
75fea1b
Merge remote-tracking branch 'origin/main' into joao/copilot-builtin
joaomoreno Apr 5, 2026
476aed8
thinking content perf improvements (#307878)
justschen Apr 5, 2026
86e9735
nes: patch: fix: don't yield malformed edits on fetch fail/cancellati…
ulugbekna Apr 5, 2026
d7b1858
batched confirmations above the input v1 (#307689)
justschen Apr 5, 2026
0a42a1e
nes: fix: use speculativeRequestDelay for cached speculative results …
ulugbekna Apr 5, 2026
0a2ea25
missing package-lock.json
joaomoreno Apr 5, 2026
3ef1267
make sure warnings in subagent have right padding (#307912)
justschen Apr 5, 2026
d1d1061
fix tests
joaomoreno Apr 5, 2026
21cd6ee
agentHost: Remember and reuse CLI processes for ssh (#307770)
roblourens Apr 5, 2026
36c2be7
Sessions - extract more logic from the view pane (#307911)
lszomoru Apr 5, 2026
46f8d7e
show progress in subagent when uncollapsed (#307928)
justschen Apr 6, 2026
aa17e5f
Fix: only send tool_choice when tools are present in summarization (#…
bhavyaus Apr 6, 2026
95c7297
fix: emit agent instructions (AGENTS.md, CLAUDE.md, copilot-instructi…
joshspicer Apr 6, 2026
ec038bf
fix: customization provider API rendering bugs and sessions window is…
joshspicer Apr 6, 2026
6c8fcf1
fix: exempt agent instructions from workspace subpath filter (#307937)
joshspicer Apr 6, 2026
d34d7a5
fix: discover AGENTS.md and CLAUDE.md at workspace roots (#4989)
joshspicer Apr 6, 2026
1d23f25
skip flaky test
joaomoreno Apr 6, 2026
68f93e1
Fix: strip tool_search messages from summarization to prevent tool_re…
bhavyaus Apr 6, 2026
17c81ba
Fix: count all tool tokens in budget calculation including deferred t…
bhavyaus Apr 6, 2026
92560ee
another test skip
joaomoreno Apr 6, 2026
9f64381
skip test suite
joaomoreno Apr 6, 2026
1297549
Bump version to 0.44.0 (#4991)
vs-code-engineering[bot] Apr 6, 2026
cf91b8f
Sessions - fix sorting of the files (#307915)
lszomoru Apr 6, 2026
363cc80
Merge pull request #307996 from yogeshwaran-c/feat/testing-scrollbar-…
yogeshwaran-c Apr 6, 2026
de4fc2b
Update milestone in notebook (#308016)
roblourens Apr 6, 2026
75f21d0
agentHost: support connections over tunnels (#307948)
connor4312 Apr 6, 2026
3609a92
feat: register agents to launchservices to allow launch from vscode (…
deepak1556 Apr 6, 2026
c858f35
Experiment with terminal hint for Copilot CLI
cwebster-99 Apr 6, 2026
4e5ed5d
move bg button registration (#308000)
meganrogge Apr 6, 2026
f37fc72
Initial plan
Copilot Apr 6, 2026
2430248
Address code review comments
cwebster-99 Apr 6, 2026
e18868f
Add Copilot CLI chat tip to TIP_CATALOG
Copilot Apr 6, 2026
d4bb7b4
getting ready to merge
joaomoreno Apr 6, 2026
b33b59f
Apply suggestion from @cwebster-99
cwebster-99 Apr 6, 2026
294b0e9
Apply suggestion from @cwebster-99
cwebster-99 Apr 6, 2026
e9e7983
Updating for offline evals (#5001)
dileepyavan Apr 6, 2026
272971a
add script
joaomoreno Apr 6, 2026
f046664
maybe
joaomoreno Apr 6, 2026
07f2e22
Work around for missing stop button (#307938)
roblourens Apr 6, 2026
4a99413
Merge pull request #307758 from mjbvz/dev/mjbvz/safe-crab
mjbvz Apr 6, 2026
b72f636
duplicate telemetry events
joaomoreno Apr 6, 2026
777e9a1
chore: bump @vscode/test-web to ^0.0.80 and run npm audit fix (#5002)
Copilot Apr 6, 2026
ee95f43
bump copilot
joaomoreno Apr 6, 2026
2fc4c8f
Sessions - fix Changes view for cloud sessions (#308058)
lszomoru Apr 6, 2026
edd739d
Cloud Session - include base ref information (#5003)
lszomoru Apr 6, 2026
6db44ea
Merge pull request #308038 from microsoft/cli-terminal-ghosttext
cwebster-99 Apr 6, 2026
59296f8
Remove dismiss
cwebster-99 Apr 6, 2026
493ca79
Agent Debug: Use fileLogging.enabled as sole authoritative setting fo…
vijayupadya Apr 6, 2026
6c8b1e5
[cherry-pick] fix padding in solo tool calls (#308077)
vs-code-engineering[bot] Apr 6, 2026
c0ce67d
Remove window active middleware for now (#5009)
lramos15 Apr 6, 2026
86db5ff
Guard reasoning effort parameter against unsupported models (#5010)
bhavyaus Apr 6, 2026
6ad7758
use backticks for sent terminal commands (#308075)
meganrogge Apr 6, 2026
f1c30e9
Fix listener leak from multiple background OutputMonitors on same te…
meganrogge Apr 6, 2026
b15c8fd
fix stuck/stopping thinking parts (#307929)
justschen Apr 6, 2026
992a684
make terminal `timeout` mandatory (#308081)
meganrogge Apr 6, 2026
d365517
show why autopilot would continue (#5015)
justschen Apr 6, 2026
27f3ec7
Merge pull request #307717 from microsoft/copilot/update-ghe-button-l…
eli-w-king Apr 6, 2026
d15541a
Sessions: center approval row (#307676)
osortega Apr 6, 2026
6f26f65
Sessions: PR detection fixes (#4971)
osortega Apr 6, 2026
fa07711
Agent Debug: Converge debug data with JSONL as single source of truth…
vijayupadya Apr 6, 2026
d843b57
Allow vs-code-engineering bot to update version field in package.json…
benvillalobos Apr 6, 2026
dc5a546
ChatSessionCustomizationProvider testing fixes (#308071)
joshspicer Apr 6, 2026
98dda86
ChatSessionCustomizationProvider testing fixes (#5005)
joshspicer Apr 6, 2026
7f0db37
Update a few more codebase/workspace strings (#5016)
mjbvz Apr 6, 2026
66c2fef
Sessions: telemetry fix (#308093)
osortega Apr 6, 2026
2bfd243
agentHost: Simplify SSH relay reconnect with dispose-and-recreate pat…
roblourens Apr 7, 2026
cf22cdf
Allow version bump PRs with package-lock.json changes (#308100)
benvillalobos Apr 7, 2026
f2199e4
fix overflow issue in chat (#308108)
justschen Apr 7, 2026
910529e
Sessions: Add #file context completions to new-chat input (#308095)
osortega Apr 7, 2026
bb14e18
ChatSessionCustomizationProvider: fix groupKey, deletion refresh, sec…
joshspicer Apr 7, 2026
a3d69b7
agentHost: Hook up isRead/isDone (#308107)
roblourens Apr 7, 2026
62b4536
chat: Remove startup revive of chat sessions with pending edits (#308…
roblourens Apr 7, 2026
bda49a1
Enable `chat.customizations.providerApi.enabled` by default (#308116)
joshspicer Apr 7, 2026
4f71da1
Detect extension-sourced items in provider path for correct grouping …
joshspicer Apr 7, 2026
6451a21
Yemohyle/subagent telem (#4916)
yemohyleyemohyle Apr 7, 2026
d50b48b
chat: add policy for `chat.plugins.enabled` (#308084)
joshspicer Apr 7, 2026
469880f
Merge pull request #308044 from microsoft/copilot/start-implementatio…
cwebster-99 Apr 7, 2026
4f24877
Fix ctrl+v img file path paste in windows powershell (#308097)
anthonykim1 Apr 7, 2026
719c62b
perf: improve thinking layout thrashing (#308122)
justschen Apr 7, 2026
1178013
fix: reset chat mode when switching to session with customAgentTarget…
DonJayamanne Apr 7, 2026
d5429a8
Fix Agent Debug Panel flow chart for new JSONL-based debug events (#3…
vijayupadya Apr 7, 2026
cfd197f
Add more telemetry for chat model retainers (#308124)
roblourens Apr 7, 2026
c075c9e
add cleanup step to free disk space after build
joaomoreno Apr 7, 2026
7c4cbc7
fix: preserve code block toolbar visibility during chat streaming (#3…
maruthang Apr 7, 2026
2ecf037
fix #304202. (#308128)
rebornix Apr 7, 2026
e433503
fix build by removing non-current-platform prebuilds in postinstall s…
joaomoreno Apr 7, 2026
b62de57
Revert "fix build by removing non-current-platform prebuilds in posti…
joaomoreno Apr 7, 2026
b40d047
temporarily disable TSA (#308155)
joaomoreno Apr 7, 2026
8aa4cf8
Revert build breakages (#308162)
joaomoreno Apr 7, 2026
68bc772
Preserve keybinding when default when clause becomes more specific (#…
dmitrivMS Apr 7, 2026
264dadd
temporarily disable TSA
joaomoreno Apr 7, 2026
e0dcd4d
[cherry-pick] [OSS Tool] Add license entry for tweetnacl (Unlicense /…
vs-code-engineering[bot] Apr 7, 2026
2bdd526
Revert "sessions: hide disabled chat input pickers (#307494)" (#308173)
sandy081 Apr 7, 2026
5171cfe
inlineChat: clamp input widget horizontally to stay within editor vie…
jrieken Apr 7, 2026
ffda2da
Sessions - add action to open pull request (#308167)
lszomoru Apr 7, 2026
fa436ad
update script
joaomoreno Apr 7, 2026
9700aa1
Merge remote-tracking branch 'origin/main' into joao/copilot-builtin
joaomoreno Apr 7, 2026
d1316fd
update copilot
joaomoreno Apr 7, 2026
94d470d
remove copilot
joaomoreno Apr 7, 2026
6a2aa25
prepare for copilot merge
joaomoreno Apr 7, 2026
c72ee2b
Update distro (#308176)
alexr00 Apr 7, 2026
eb81383
fix #306975 (#308177)
sandy081 Apr 7, 2026
0673ca8
Post Screenshot Changes to PR
hediet Apr 1, 2026
dddae5d
Changes ai stats fixture to trigger screenshot change
hediet Apr 1, 2026
f0cbaeb
gitignores .tmp
hediet Apr 1, 2026
de23b01
sets up oidc authentication
hediet Apr 1, 2026
8af61a6
Only show screenshot fixtures
hediet Apr 1, 2026
9f45743
uses direct ingestion
hediet Apr 7, 2026
8d6a852
Initial plan
Copilot Apr 7, 2026
494066f
Fix inline chat follow-up actions by focusing owning editor before ru…
Copilot Apr 7, 2026
0c6eaf2
Revert AI stats status bar chartViewMode changes
hediet Apr 7, 2026
1a6b425
removes checked in baseline images, as they are now tracked by the sc…
hediet Apr 7, 2026
52feef4
disables zip progress logging
hediet Apr 7, 2026
bbffa6f
Update src/vs/workbench/contrib/inlineChat/browser/inlineChatOverlayW…
jrieken Apr 7, 2026
3c10f60
Session - refactor all changes/last turn changes calculation (#308188)
lszomoru Apr 7, 2026
6f671c3
Merge pull request #308183 from microsoft/copilot/fix-inline-chat-foc…
jrieken Apr 7, 2026
d4282d8
fix: agents app not closing for update on macOS (#308195)
deepak1556 Apr 7, 2026
77387b3
move sessions management service to services layer (#308189)
sandy081 Apr 7, 2026
27c0c38
actions: add WorkbenchActionBar with telemetry support
jrieken Apr 7, 2026
e2a4bce
Fail screenshot CI if fixtures with tag blocks-ci change
hediet Apr 7, 2026
7eab272
Update test/componentFixtures/blocks-ci-screenshots.md
hediet Apr 7, 2026
b4abcba
do not remove .build/node_modules_cache
joaomoreno Apr 7, 2026
90fc912
add "GitHub.copilot-chat" to builtInExtensionsEnabledWithAutoUpdates
sandy081 Apr 7, 2026
b6a5063
Merge remote-tracking branch 'copilot/joao/copilot-builtin' into joao…
joaomoreno Apr 7, 2026
21454c2
more cleanup
joaomoreno Apr 7, 2026
d1094dc
agents fixes (#308220)
sandy081 Apr 7, 2026
e80adf2
Merge pull request #308215 from microsoft/joh/workbench-actionbar-tel…
jrieken Apr 7, 2026
62a503d
Revert "Revert build breakages (#308162)"
connor4312 Apr 7, 2026
3bb4cc1
Merge pull request #302778 from microsoft/joao/copilot-builtin
joaomoreno Apr 7, 2026
5aa170f
Sessions - add support for all changes/last turn changes for cloud se…
lszomoru Apr 7, 2026
7e2ed16
fix: adjust .ts?esm URLs to support bundler plugins
hediet Apr 1, 2026
fff333d
Merge pull request #308161 from maruthang/fix/issue-305615-ansi-test-…
maruthang Apr 7, 2026
5c2fdfe
[cherry-pick] OSS tool: update third-party notices (v1.115.0) (#308172)
vs-code-engineering[bot] Apr 7, 2026
78c93e8
ignore optional native bits when building
connor4312 Apr 7, 2026
c4a91a1
fix checking active session provider id (#308233)
sandy081 Apr 7, 2026
a6d1a79
feat: add script to migrate PRs from vscode-copilot-chat to vscode (#…
joaomoreno Apr 7, 2026
d6d4582
Skip the builtinCG for extensions without a repo
mjbvz Apr 7, 2026
d7dba67
add logging (#308211)
sandy081 Apr 7, 2026
e13ba25
Makes fixtures more stable
hediet Apr 7, 2026
d17fc1a
Adds 400ms timeout to component fixture rendering to catch potential …
hediet Apr 7, 2026
a199142
Add error handling for blocks-ci screenshot suggestion posting
hediet Apr 7, 2026
706c2ce
Fix blocks-ci screenshot diff output and PR comment content
hediet Apr 7, 2026
da41173
Fixes fixture errors
hediet Apr 7, 2026
da22369
updates blocks-ci-screenshots.md
hediet Apr 7, 2026
73ce5ed
Only block ci for CodeEditor fixture changes
hediet Apr 7, 2026
5668745
fix: update copilot job failure condition to include 'succeededWithIs…
joaomoreno Apr 7, 2026
f67890d
Bump version (#308241)
alexr00 Apr 7, 2026
8cd016b
fix #306455 (#308247)
sandy081 Apr 7, 2026
bc6deaa
Merge pull request #308249 from microsoft/connor4312/reapply-tunnels
connor4312 Apr 7, 2026
a08bf15
feat: add optional chatSessionResource parameter to MCP gateway metho…
DonJayamanne Apr 7, 2026
e10f269
sessions: return to sign-in screen after sign out (#307660) (#307781)
hawkticehurst Apr 7, 2026
887d6ae
chat: remove Preview label and customizationsMenu.enabled setting (#3…
joshspicer Apr 7, 2026
5267dfd
ci: switch Copilot PR checks to GitHub-hosted runners (#308267)
Yoyokrazy Apr 7, 2026
d5117ad
Merge pull request #308268 from mjbvz/dev/mjbvz/continued-antlion
mjbvz Apr 7, 2026
fc99d59
sessions: open customizations editor to agents page from mode picker …
joshspicer Apr 7, 2026
308b3b9
Warn before attaching browser content from possibly untrusted sources…
kycutler Apr 7, 2026
7446c69
Background - cache folder changes for the various error conditions (#…
lszomoru Apr 7, 2026
da1fd60
fixes flaky fixtures
hediet Apr 7, 2026
56fd4d6
sessions: round hover/focus backgrounds in Changes panel to 4px (#308…
hawkticehurst Apr 7, 2026
07c3dd3
agentHost: Split integration test file (#308278)
roblourens Apr 7, 2026
9a79d47
Sessions - delete the open pull request command (#308290)
lszomoru Apr 7, 2026
72d7d8b
Cloud - include more metadata about the pull request (#308292)
lszomoru Apr 7, 2026
55a2465
chore: Add unstaged and staged diff output to git state check (#308300)
joaomoreno Apr 7, 2026
567b7d7
Disable flaky win32-x64 dev tunnel sanity test (#308313)
dmitrivMS Apr 7, 2026
5b53c2a
sessions: extend section header hover background to full width (#308285)
osortega Apr 7, 2026
9f6b70e
Fixes waitFor in AsyncSchedulerProcessor
hediet Apr 7, 2026
6dee21d
Adds multi file diff editor fixture
hediet Apr 7, 2026
db28365
fixes multi diff editor issues
hediet Apr 7, 2026
1e7322e
Temporarily disable TimeTravelScheduler in defineComponentFixture due…
hediet Apr 7, 2026
c92ecf5
Restore Ready state if quit is vetoed during quitAndInstall() (#308314)
dmitrivMS Apr 7, 2026
91113ba
Fix Copilot Chat debug experience (#308264)
lramos15 Apr 7, 2026
264da2a
Add routing_method experiment variable for A/B/C hydra experiment (#3…
bhavyaus Apr 7, 2026
6b33538
Refactor enableThinking/reasoningEffort into IModelCapabilityOptions …
bhavyaus Apr 7, 2026
fba847a
Add inline YAML prompt override debug setting (#308309)
dileepyavan Apr 7, 2026
81501d1
Allow background notifs setting to be controlled via exp
cwebster-99 Apr 7, 2026
f7f78bf
hide session type picker when there is no workspace selected (#308326)
sandy081 Apr 7, 2026
c75b65f
Revert "Refactor enableThinking/reasoningEffort into IModelCapability…
bhavyaus Apr 7, 2026
7f963d3
Sessions: derive PR icon from live GitHubPullRequestModel (#308304)
osortega Apr 7, 2026
595ef3e
Handle hook messages for Claude (#308332)
TylerLeonhardt Apr 7, 2026
7ab3939
Configure Explore Subagent Enabled (#308324)
bhavyaus Apr 7, 2026
185149b
Better browser open tool responses (#308328)
kycutler Apr 7, 2026
e189f56
Merge pull request #308333 from microsoft/yelping-perch
cwebster-99 Apr 7, 2026
a417408
provide async getters for customization APIs (#308336)
aeschli Apr 7, 2026
672f691
Enhance README documentation
Dippp10 Apr 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
374 changes: 374 additions & 0 deletions .agents/skills/launch/SKILL.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .claude/CLAUDE.md

This file was deleted.

3 changes: 1 addition & 2 deletions .eslint-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**/extensions/**/*.d.ts
**/extensions/**/build/**
**/extensions/**/colorize-fixtures/**
**/extensions/copilot/**
**/extensions/css-language-features/server/test/pathCompletionFixtures/**
**/extensions/html-language-features/server/lib/jquery.d.ts
**/extensions/html-language-features/server/src/test/pathCompletionFixtures/**
Expand All @@ -18,8 +19,6 @@
**/extensions/terminal-suggest/src/shell/fishBuiltinsCache.ts
**/extensions/terminal-suggest/third_party/**
**/extensions/typescript-language-features/test-workspace/**
**/extensions/typescript-language-features/extension.webpack.config.js
**/extensions/typescript-language-features/extension-browser.webpack.config.js
**/extensions/typescript-language-features/package-manager/node-maintainer/**
**/extensions/vscode-api-tests/testWorkspace/**
**/extensions/vscode-api-tests/testWorkspace2/**
Expand Down
Loading