Skip to content

Commit 9732eff

Browse files
committed
Upgrade to 2.61.28
2 parents 8acb49f + 59c9c25 commit 9732eff

File tree

131 files changed

+2392
-770
lines changed

Some content is hidden

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

131 files changed

+2392
-770
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// Set the context to the workspace folder to allow us to copy files from it.
88
"context": ".."
99
},
10+
"mounts": [
11+
"type=volume,target=${containerWorkspaceFolder}/node_modules"
12+
],
1013
"customizations": {
1114
"vscode": {
1215
"settings": {
@@ -37,7 +40,8 @@
3740
"powershell.integratedConsole.showOnStartup": false,
3841
"powershell.startAutomatically": false,
3942
// ms-azure-devops.azure-pipelines settings
40-
"azure-pipelines.customSchemaFile": ".vscode/dnceng-schema.json"
43+
"azure-pipelines.customSchemaFile": ".vscode/dnceng-schema.json",
44+
"jest.jestCommandLine": "./node_modules/.bin/jest"
4145
},
4246
"extensions": [
4347
"ms-dotnettools.csharp",
@@ -52,5 +56,5 @@
5256
]
5357
}
5458
},
55-
"postCreateCommand": "npm ci && npx gulp installDependencies"
59+
"postCreateCommand": "npm ci && npx gulp installDependencies && npm i -g gulp"
5660
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
id:
2+
name: GitOps.PullRequestIssueManagement
3+
description: GitOps.PullRequestIssueManagement primitive
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
11+
eventResponderTasks:
12+
13+
- description: Add "untriaged" label to issues when opened
14+
triggerOnOwnActions: false
15+
if:
16+
- payloadType: Issues
17+
- or:
18+
- isAction:
19+
action: Opened
20+
then:
21+
- addLabel:
22+
label: untriaged
23+
24+
onFailure:
25+
onSuccess:

.vscode/launch.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"internalConsoleOptions": "openOnSessionStart"
6767
},
6868
{
69-
"name": "Launch Current File BasicRazorApp2_1 Integration Tests",
69+
"name": "[Razor] Run Current File Integration Test",
7070
"type": "extensionHost",
7171
"request": "launch",
7272
"runtimeExecutable": "${execPath}",
@@ -76,7 +76,7 @@
7676
// The profile can be found under /test/csharp-test-profile.
7777
"--profile",
7878
"csharp-test-profile",
79-
"${workspaceRoot}/test/razor/razorIntegrationTests/testAssets/BasicRazorApp2_1/.vscode/lsp_tools_host_BasicRazorApp2_1.code-workspace",
79+
"${workspaceRoot}/test/razor/razorIntegrationTests/testAssets/RazorApp/.vscode/RazorApp.code-workspace",
8080
"--extensionDevelopmentPath=${workspaceRoot}",
8181
"--extensionTestsPath=${workspaceRoot}/out/test/razor/razorIntegrationTests",
8282
"--log",
@@ -89,7 +89,7 @@
8989
"sourceMaps": true,
9090
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
9191
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
92-
"preLaunchTask": "buildDev",
92+
"preLaunchTask": "buildTest",
9393
"internalConsoleOptions": "openOnSessionStart"
9494
},
9595
{
@@ -160,9 +160,9 @@
160160
"args": ["updatePackageDependencies"],
161161
"env": {
162162
"NEW_DEPS_ID": "OmniSharp",
163-
"NEW_DEPS_URLS": "https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-x64-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-x86-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-arm64-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-osx-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-win-x64-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-win-arm64-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-musl-x64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-musl-arm64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-x64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-linux-arm64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-osx-x64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-osx-arm64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-win-x64-net6.0-1.39.11.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.11/omnisharp-win-arm64-net6.0-1.39.11.zip",
164-
"OLD_DEPS_VERSION": "1.39.10",
165-
"NEW_DEPS_VERSION": "1.39.11"
163+
"NEW_DEPS_URLS": "https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-x64-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-x86-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-arm64-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-osx-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-win-x64-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-win-arm64-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-musl-x64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-musl-arm64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-x64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-linux-arm64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-osx-x64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-osx-arm64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-win-x64-net6.0-1.39.12.zip,https://roslynomnisharp.blob.core.windows.net/releases/1.39.12/omnisharp-win-arm64-net6.0-1.39.12.zip",
164+
"OLD_DEPS_VERSION": "1.39.11",
165+
"NEW_DEPS_VERSION": "1.39.12"
166166
},
167167
"cwd": "${workspaceFolder}"
168168
},
@@ -204,7 +204,7 @@
204204
"id": "omnisharpAssetName",
205205
"description": "The name of the asset folder to use for the OmniSharp integration test.",
206206
"type": "pickString",
207-
"options": ["singleCsproj", "BasicRazorApp2_1", "slnWithCsproj", "slnFilterWithCsproj", "slnWithGenerator"]
207+
"options": ["singleCsproj", "RazorApp", "slnWithCsproj", "slnFilterWithCsproj", "slnWithGenerator"]
208208
},
209209
{
210210
"id": "gulpTaskName",

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"editor.formatOnSave": false,
2121
"eslint.lintTask.enable": true,
2222
"dotnet.defaultSolution": "disable",
23-
"jest.autoRun": "off"
23+
"jest.autoRun": "off",
2424
}

.vscode/tasks.json

Lines changed: 49 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
11
{
2-
"version": "2.0.0",
3-
"presentation": {
4-
"echo": true,
5-
"reveal": "always",
6-
"focus": false,
7-
"panel": "shared"
8-
},
9-
"tasks": [
10-
{
11-
"label": "build",
12-
"command": "npm",
13-
"type": "shell",
14-
"args": [
15-
"run",
16-
"compile"
17-
],
18-
"group": {
19-
"kind": "build",
20-
"isDefault": true
21-
}
22-
},
23-
{
24-
"label": "buildDev",
25-
"command": "npm",
26-
"type": "shell",
27-
"args": [
28-
"run",
29-
"compileDev"
30-
],
31-
"group": {
32-
"kind": "build",
33-
"isDefault": true
34-
}
35-
},
36-
{
37-
"label": "test",
38-
"command": "echo",
39-
"group": {
40-
"kind": "test",
41-
"isDefault": true
42-
},
43-
"args": [
44-
"Run tests in VS Code by launching the debugger with the 'Launch Tests' configuration."
45-
]
46-
},
47-
]
48-
}
2+
"version": "2.0.0",
3+
"presentation": {
4+
"echo": true,
5+
"reveal": "always",
6+
"focus": false,
7+
"panel": "shared"
8+
},
9+
"tasks": [
10+
{
11+
"label": "build",
12+
"command": "npm",
13+
"type": "shell",
14+
"args": ["run", "compile"],
15+
"group": {
16+
"kind": "build",
17+
"isDefault": true
18+
}
19+
},
20+
{
21+
"label": "buildDev",
22+
"command": "npm",
23+
"type": "shell",
24+
"args": ["run", "compileDev"],
25+
"group": {
26+
"kind": "build",
27+
"isDefault": true
28+
}
29+
},
30+
{
31+
"label": "buildTest",
32+
"command": "npm",
33+
"type": "shell",
34+
"args": ["run", "compileTest"],
35+
"group": {
36+
"kind": "build",
37+
"isDefault": true
38+
}
39+
},
40+
{
41+
"label": "test",
42+
"command": "echo",
43+
"group": {
44+
"kind": "test",
45+
"isDefault": true
46+
},
47+
"args": ["Run tests in VS Code by launching the debugger with the 'Launch Tests' configuration."]
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)