Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a9609ef
Bump undici from 7.22.0 to 7.24.0 in /Extension (#14272)
dependabot[bot] Mar 14, 2026
de84f48
Bump undici from 7.22.0 to 7.24.0 in /ExtensionPack (#14273)
dependabot[bot] Mar 14, 2026
d84696e
Bump undici from 7.22.0 to 7.24.0 in /Themes (#14274)
dependabot[bot] Mar 14, 2026
1a661eb
Bump undici from 6.23.0 to 6.24.0 in /.github/actions (#14275)
dependabot[bot] Mar 14, 2026
9d161fb
Update. (#14277)
sean-mcmanus Mar 16, 2026
886008c
Stop using yarn with extension pack (#14278)
sean-mcmanus Mar 16, 2026
b0efdb5
Update changelog for 1.31.2. (#14271)
sean-mcmanus Mar 16, 2026
c9e571a
Fix a yarn.lock mismatch. (#14282)
sean-mcmanus Mar 16, 2026
3a4df8c
Update flatted. It was already updated in the Extension folder. (#14285)
sean-mcmanus Mar 17, 2026
7fe4f03
Upate @azure/msal-browser for the ExtensionPack. (#14286)
sean-mcmanus Mar 17, 2026
7a4b4dd
Update changelog and version for 1.31.3. (#14288)
sean-mcmanus Mar 17, 2026
577a7b8
Fix a changelog typo missed in the last PR. (#14290)
sean-mcmanus Mar 17, 2026
20cfc2b
Update fast-xml-parser. (#14292)
sean-mcmanus Mar 17, 2026
c813ab5
Bootstrap yarn to fix/enable CFSClean3. (#14284)
sean-mcmanus Mar 17, 2026
be8236f
Switch .github builds to use node 24 and the latest OS images (#14293)
sean-mcmanus Mar 18, 2026
4bb5b8a
Update to 1ESPT-Windows2025. (#14295)
sean-mcmanus Mar 18, 2026
6e96c3e
Remove console.debug calls. (#14296)
sean-mcmanus Mar 18, 2026
ecdfabd
Update changelog and TPN. (#14298)
sean-mcmanus Mar 19, 2026
0608ecd
Update flatted and fast-xml-parser. (#14303)
sean-mcmanus Mar 20, 2026
61421ea
Bump flatted from 3.4.1 to 3.4.2 in /Extension (#14304)
dependabot[bot] Mar 20, 2026
e08377a
Update changelog with recent fixes. (#14313)
sean-mcmanus Mar 23, 2026
37a5582
Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack (#14318)
dependabot[bot] Mar 26, 2026
5c16227
Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions (#14319)
dependabot[bot] Mar 26, 2026
6e3a7b2
Bump picomatch from 2.3.1 to 2.3.2 in /Themes (#14323)
dependabot[bot] Mar 27, 2026
65beaeb
Update picomatch. (#14324)
sean-mcmanus Mar 27, 2026
4884af8
Update brace-expansion v5. (#14325)
sean-mcmanus Mar 27, 2026
97943a9
Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions (#1…
dependabot[bot] Mar 30, 2026
5451e32
Update brace-expansion and serialize-javascript. (#14328)
sean-mcmanus Mar 30, 2026
21a8e34
minimize the calls to lm.selectChatModels (#14327)
lukka Mar 30, 2026
5f56194
Update brace-expansion for other folders (#14333)
sean-mcmanus Mar 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/AddComment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node20'
using: 'node24'
main: 'index.js'
2 changes: 1 addition & 1 deletion .github/actions/Locker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node20'
using: 'node24'
main: 'index.js'
2 changes: 1 addition & 1 deletion .github/actions/Reopener/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node20'
using: 'node24'
main: 'index.js'
2 changes: 1 addition & 1 deletion .github/actions/StaleCloser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node20'
using: 'node24'
main: 'index.js'
990 changes: 503 additions & 487 deletions .github/actions/package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"yargs": "^17.5.1"
},
"overrides": {
"serialize-javascript": "^7.0.4"
"serialize-javascript": "^7.0.5",
"flatted": "^3.4.2",
"fast-xml-parser": "^5.5.7"
}
}
6 changes: 5 additions & 1 deletion .github/workflows/bug-debugger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Add Comment
Expand All @@ -27,3 +30,4 @@ jobs:
createdAfter: "2024-07-22"
addComment: "Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
addLabels: help wanted

6 changes: 5 additions & 1 deletion .github/workflows/by-design-closer-debugger .yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -26,3 +29,4 @@ jobs:
ignoreLabels: Language Service,internal
closeDays: 0
closeComment: "This issue has been closed because the described behavior was determined to be by design."

6 changes: 5 additions & 1 deletion .github/workflows/by-design-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -28,3 +31,4 @@ jobs:
closeComment: "This issue has been closed because the described behavior was determined to be by design."
pingDays: 80
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if it is no longer relevant."

7 changes: 5 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
pull_request:
branches: [ main ]

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: ubuntu-22.04
platform: linux
runner-env: ubuntu-24.04
platform: linux
7 changes: 5 additions & 2 deletions .github/workflows/ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
pull_request:
branches: [ main ]

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: macos-14
runner-env: macos-15
platform: mac
yarn-args: --network-timeout 100000
yarn-args: --network-timeout 100000
5 changes: 4 additions & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ on:
pull_request:
branches: [ main ]

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: windows-2022
runner-env: windows-2025
platform: windows
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
schedule:
- cron: '29 4 * * 3'

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down Expand Up @@ -56,7 +59,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -91,3 +94,4 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

6 changes: 5 additions & 1 deletion .github/workflows/duplicate-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -28,3 +31,4 @@ jobs:
closeComment: "This issue has been closed because it is a duplicate of another issue we are tracking."
pingDays: 80
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if it is no longer relevant."

6 changes: 5 additions & 1 deletion .github/workflows/enhancement-closer-no-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
setMilestoneId: 30
ignoreMilestoneNames: "*"

6 changes: 5 additions & 1 deletion .github/workflows/enhancement-closer-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
milestoneName: Triage
milestoneId: 30

6 changes: 5 additions & 1 deletion .github/workflows/enhancement-reopener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Run Reopener
Expand All @@ -31,3 +34,4 @@ jobs:
milestoneName: Triage
setMilestoneId: 28
removeLabels: more votes needed

6 changes: 5 additions & 1 deletion .github/workflows/external-closer-debugger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -26,3 +29,4 @@ jobs:
ignoreLabels: Language Service,internal
closeDays: 0
closeComment: "This issue has been closed because it is external or not applicable to the extension."

6 changes: 5 additions & 1 deletion .github/workflows/feature-request-closer-no-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
setMilestoneId: 30
ignoreMilestoneNames: "*"

6 changes: 5 additions & 1 deletion .github/workflows/feature-request-closer-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
Expand All @@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
milestoneName: Triage
milestoneId: 30

6 changes: 5 additions & 1 deletion .github/workflows/feature-request-debugger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Add Comment
Expand All @@ -27,3 +30,4 @@ jobs:
createdAfter: "2024-07-22"
addComment: "Thank you for your feature request. While we may not be able to implement it immediately, we will monitor community reactions to see how it fits into our backlog. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
addLabels: help wanted

6 changes: 5 additions & 1 deletion .github/workflows/feature-request-reopener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
main:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Run Reopener
Expand All @@ -31,3 +34,4 @@ jobs:
milestoneName: Triage
setMilestoneId: 28
removeLabels: more votes needed

Loading
Loading