Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 9247d0d

Browse files
authored
Merge branch 'main' into aamunger/deleteChatReplay
2 parents 63d9634 + 94a7ef5 commit 9247d0d

109 files changed

Lines changed: 4227 additions & 1359 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pip install setuptools
4242

4343
- name: Restore build cache
44-
uses: actions/cache/restore@v4
44+
uses: actions/cache/restore@v5
4545
id: build-cache
4646
with:
4747
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}

.github/workflows/ensure-node-modules-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version-file: .nvmrc
2525

2626
- name: Restore build cache
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
id: build-cache
2929
with:
3030
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -64,7 +64,7 @@ jobs:
6464
architecture: 'x64'
6565

6666
- name: Restore build cache
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
id: build-cache
6969
with:
7070
key: windows-build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}

.github/workflows/npm-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: 22.x
3232
cache: npm

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version-file: .nvmrc
2929

3030
- name: Restore build cache
31-
uses: actions/cache/restore@v4
31+
uses: actions/cache/restore@v5
3232
id: build-cache
3333
with:
3434
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
run: pip install setuptools
9999

100100
- name: Restore build cache
101-
uses: actions/cache/restore@v4
101+
uses: actions/cache/restore@v5
102102
id: build-cache
103103
with:
104104
key: build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Upload simulation output
159159
if: always()
160-
uses: actions/upload-artifact@v5
160+
uses: actions/upload-artifact@v7
161161
with:
162162
name: simulation-output-linux-${{ github.run_attempt }}
163163
path: .simulation-archive/simulation.tgz
@@ -191,7 +191,7 @@ jobs:
191191
run: pip install setuptools
192192

193193
- name: Restore build cache
194-
uses: actions/cache/restore@v4
194+
uses: actions/cache/restore@v5
195195
id: build-cache
196196
with:
197197
key: windows-build_cache-${{ hashFiles('build/.cachesalt', 'package-lock.json') }}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# GitHub Copilot Chat in VS Code - Changelog
2+
3+
You can find the latest AI-related updates for GitHub Copilot in VS Code in the weekly [VS Code release notes](https://code.visualstudio.com/updates).
4+
5+
For more frequent updates, check the [Commit log](https://github.com/Microsoft/vscode/commits/main) and [vscode-copilot-chat commit log](https://github.com/microsoft/vscode-copilot-chat/commits/main) on GitHub.
6+
7+
---
8+
9+
# Past updates
10+
111
## 0.41 (2026-03-25)
212

313
GitHub Copilot updates for [VS Code 1.113](https://code.visualstudio.com/updates/v1_113):

package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)