Skip to content

Commit 2d7a7c2

Browse files
committed
Merge branch 'vnext' of https://github.com/microsoft/vscode-docs into vnext
2 parents 56196f1 + cd2f9ea commit 2d7a7c2

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.pipelines/azure-pipelines.main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ extends:
3838
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
3939
git:
4040
fetchDepth: 1
41-
lfs: true
4241
retryCount: 3
4342
policheck:
4443
break: true

.pipelines/azure-pipelines.vnext.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ extends:
3232
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
3333
git:
3434
fetchDepth: 1
35-
lfs: true
3635
retryCount: 3
3736
policheck:
3837
break: true

.pipelines/templates/jobs/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
steps:
2020
- checkout: self
21+
lfs: true
2122
path: vscode-docs
2223

2324
- download: ${{ parameters.artifactName }}

release-notes/v1_103.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,14 @@ We've simplified the button bar in the pull request description header. The copy
466466
467467
#### Show coding agent PRs in chat
468468
469+
**Setting**: `setting(githubPullRequests.codingAgent.uiIntegration)`
470+
469471
When you start a coding agent session (via `#copilotCodingAgent` or with the **Delegate to coding agent** action), the pull request is rendered as a card in the Chat view.
470472
471473
![Screenshot of a coding agent PR card in the Chat view.](images/1_103/pr-card-in-chat.png)
472474
475+
Enable the `setting(githubPullRequests.codingAgent.uiIntegration)` setting to enable the new **Delegate to coding agent** button in the Chat view, for repositories that have the agent enabled.
476+
473477
#### Chat sessions (Experimental)
474478
475479
##### Coding agent chats

0 commit comments

Comments
 (0)