Skip to content

Commit 2e60cf1

Browse files
[automated] Merge branch 'prerelease' => 'release' (#8065)
2 parents 442cbe0 + 6f3511d commit 2e60cf1

File tree

141 files changed

+3488
-2155
lines changed

Some content is hidden

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

141 files changed

+3488
-2155
lines changed

Diff for: .config/1espt/PipelineAutobaseliningConfig.yml

+18
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,21 @@ pipelines:
5050
lastModifiedDate: 2024-03-27
5151
armory:
5252
lastModifiedDate: 2024-03-27
53+
1424:
54+
retail:
55+
source:
56+
credscan:
57+
lastModifiedDate: 2025-02-05
58+
eslint:
59+
lastModifiedDate: 2025-02-05
60+
psscriptanalyzer:
61+
lastModifiedDate: 2025-02-05
62+
armory:
63+
lastModifiedDate: 2025-02-05
64+
binary:
65+
credscan:
66+
lastModifiedDate: 2025-02-05
67+
binskim:
68+
lastModifiedDate: 2025-02-05
69+
spotbugs:
70+
lastModifiedDate: 2025-02-05

Diff for: .config/guardian/.gdnbaselines

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
"26445e3e484940d2d58c2ffc32ab3895fca4b1589d66e2f2dee2fa01f2c479fb": {
1515
"signature": "26445e3e484940d2d58c2ffc32ab3895fca4b1589d66e2f2dee2fa01f2c479fb",
1616
"alternativeSignatures": [],
17+
"target": "test/omnisharp/omnisharpUnitTests/testAssets/private.pem",
18+
"line": 1,
1719
"memberOf": [
1820
"default"
1921
],
20-
"createdDate": "2024-09-09 19:35:36Z"
22+
"tool": "credscan",
23+
"ruleId": "CSCAN-GENERAL0020",
24+
"createdDate": "2025-02-05 00:31:10Z",
25+
"expirationDate": "2025-07-25 00:50:30Z",
26+
"justification": "This error is baselined with an expiration date of 180 days from 2025-02-05 00:50:30Z"
2127
}
2228
}
23-
}
29+
}

Diff for: .eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ module.exports = {
5858
"out/",
5959
"dist/",
6060
"wallaby.js",
61-
"webpack.config.js",
6261
".eslintrc.js",
62+
"esbuild.js",
6363
"**/*.d.ts"
6464
],
6565
};

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ If the `CSharp: Report an issue` command doesn't appear, make sure that you have
2020
VS Code version:
2121
C# Extension version:
2222

23-
## OmniSharp log
23+
## C# logs
24+
C# output window contents:
2425

26+
See [this page](https://github.com/dotnet/vscode-csharp/blob/main/SUPPORT.md#collecting-general-logs) for collecting more detailed logs
2527

2628
## Steps to reproduce
2729

Diff for: .github/policies/resourceManagement.yml

+23
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ configuration:
1010

1111
eventResponderTasks:
1212

13+
- description: Auto-approve/merge automated merge PRs
14+
triggerOnOwnActions: false
15+
if:
16+
- payloadType: Pull_Request
17+
- isPullRequest
18+
- isActivitySender:
19+
user: github-actions[bot]
20+
issueAuthor: False
21+
- or:
22+
- titleContains:
23+
pattern: "[automated] Merge branch"
24+
isRegex: False
25+
- titleContains:
26+
pattern: "[automated] Update main version"
27+
isRegex: False
28+
- isAction:
29+
action: Opened
30+
then:
31+
- approvePullRequest:
32+
comment: Auto-approve
33+
- enableAutoMerge:
34+
mergeMethod: merge
35+
1336
- description: Add "untriaged" label to issues when opened
1437
triggerOnOwnActions: false
1538
if:

Diff for: .github/workflows/backport.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Backport PR to branch
2+
on:
3+
issue_comment:
4+
types: [created]
5+
schedule:
6+
# once a day at 13:00 UTC to cleanup old runs
7+
- cron: '0 13 * * *'
8+
9+
permissions:
10+
contents: write
11+
issues: write
12+
pull-requests: write
13+
actions: write
14+
15+
jobs:
16+
backport:
17+
if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }}
18+
uses: dotnet/arcade/.github/workflows/backport-base.yml@main
19+
with:
20+
pr_description_template: |
21+
Backport of #%source_pr_number% to %target_branch%
22+
23+
/cc %cc_users%
24+
25+
## Customer Impact
26+
27+
## Regression
28+
29+
- [ ] Yes
30+
- [ ] No
31+
32+
[If yes, specify when the regression was introduced. Provide the PR or commit if known.]
33+
34+
## Testing
35+
36+
[How was the fix verified? How was the issue missed previously? What tests were added?]
37+
38+
## Risk
39+
40+
[High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]

Diff for: .github/workflows/branch-snap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
commit-message: Update main version
34-
title: 'Update main version'
34+
title: '[automated] Update main version'
3535
branch: merge/update-main-version

Diff for: .vscode/launch.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
1010
"sourceMaps": true,
1111
"outFiles": ["${workspaceRoot}/dist/*.js"],
12-
"preLaunchTask": "buildDev"
12+
"preLaunchTask": "packageDev"
1313
},
1414
{
1515
"name": "[Roslyn] Run Current File Integration Tests",
@@ -35,7 +35,7 @@
3535
"sourceMaps": true,
3636
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
3737
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
38-
"preLaunchTask": "buildDev",
38+
"preLaunchTask": "packageDev",
3939
"internalConsoleOptions": "openOnSessionStart"
4040
},
4141
{
@@ -62,7 +62,7 @@
6262
"sourceMaps": true,
6363
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
6464
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
65-
"preLaunchTask": "buildDev",
65+
"preLaunchTask": "packageDev",
6666
"internalConsoleOptions": "openOnSessionStart"
6767
},
6868
{
@@ -89,7 +89,7 @@
8989
"sourceMaps": true,
9090
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
9191
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
92-
"preLaunchTask": "buildTest",
92+
"preLaunchTask": "packageDev",
9393
"internalConsoleOptions": "openOnSessionStart"
9494
},
9595
{
@@ -115,7 +115,7 @@
115115
"sourceMaps": true,
116116
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
117117
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
118-
"preLaunchTask": "buildTest"
118+
"preLaunchTask": "packageDev"
119119
},
120120
{
121121
"name": "[O# LSP] Run Current File Integration Tests",
@@ -140,7 +140,7 @@
140140
"sourceMaps": true,
141141
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
142142
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
143-
"preLaunchTask": "buildTest"
143+
"preLaunchTask": "packageDev"
144144
},
145145
{
146146
"type": "node",
@@ -195,7 +195,7 @@
195195
"name": "Razor integration tests",
196196
"preLaunchTask": "build",
197197
"program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js",
198-
"args": ["test:razorintegration"],
198+
"args": ["test:integration:razor"],
199199
"cwd": "${workspaceFolder}"
200200
}
201201
],

Diff for: .vscode/tasks.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,20 @@
2828
}
2929
},
3030
{
31-
"label": "buildTest",
31+
"label": "package",
3232
"command": "npm",
3333
"type": "shell",
34-
"args": ["run", "compileTest"],
34+
"args": ["run", "package"],
35+
"group": {
36+
"kind": "build",
37+
"isDefault": true
38+
}
39+
},
40+
{
41+
"label": "packageDev",
42+
"command": "npm",
43+
"type": "shell",
44+
"args": ["run", "packageDev"],
3545
"group": {
3646
"kind": "build",
3747
"isDefault": true

Diff for: .vscodeignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
!.razoromnisharp/**
1010
.rpt2_cache/**
1111
.config/**
12+
.devcontainer/**
1213
.github/**
1314
.vscode/**
1415
.vscode-test/**
@@ -51,8 +52,7 @@ package.json
5152
tsconfig.json
5253
version.json
5354
wallaby.js
54-
webpack.config.js
55-
55+
esbuild.js
5656
!src/razor/language-configuration.json
5757
!src/razor/syntaxes/*
5858

0 commit comments

Comments
 (0)