Skip to content

Commit a8644a7

Browse files
committed
Update Roslyn to 4.14.0-1.25072.1
1 parent 1910596 commit a8644a7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.vscode/launch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preLaunchTask": "buildDev"
1313
},
1414
{
15-
"name": "Launch Current File slnWithCsproj Integration Tests",
15+
"name": "[Roslyn] Launch Current File Integration Tests",
1616
"type": "extensionHost",
1717
"request": "launch",
1818
"runtimeExecutable": "${execPath}",
@@ -39,7 +39,7 @@
3939
"internalConsoleOptions": "openOnSessionStart"
4040
},
4141
{
42-
"name": "[DevKit] Launch Current File slnWithCsproj Integration Tests",
42+
"name": "[DevKit] Run Current File Integration Tests",
4343
"type": "extensionHost",
4444
"request": "launch",
4545
"runtimeExecutable": "${execPath}",
@@ -93,7 +93,7 @@
9393
"internalConsoleOptions": "openOnSessionStart"
9494
},
9595
{
96-
"name": "Omnisharp: Launch Current File Integration Tests",
96+
"name": "[O#] Run Current File Integration Tests",
9797
"type": "extensionHost",
9898
"request": "launch",
9999
"runtimeExecutable": "${execPath}",
@@ -115,10 +115,10 @@
115115
"sourceMaps": true,
116116
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
117117
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
118-
"preLaunchTask": "buildDev"
118+
"preLaunchTask": "buildTest"
119119
},
120120
{
121-
"name": "Omnisharp: Launch Current File Integration Tests [LSP]",
121+
"name": "[O# LSP] Run Current File Integration Tests",
122122
"type": "extensionHost",
123123
"request": "launch",
124124
"runtimeExecutable": "${execPath}",
@@ -140,7 +140,7 @@
140140
"sourceMaps": true,
141141
"outFiles": ["${workspaceRoot}/dist/*.js", "${workspaceRoot}/out/test/**/*.js"],
142142
"resolveSourceMapLocations": ["${workspaceFolder}/**", "!**/node_modules/**"],
143-
"preLaunchTask": "buildDev"
143+
"preLaunchTask": "buildTest"
144144
},
145145
{
146146
"type": "node",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"defaults": {
40-
"roslyn": "4.14.0-1.25065.8",
40+
"roslyn": "4.14.0-1.25072.1",
4141
"omniSharp": "1.39.12",
4242
"razor": "9.0.0-preview.25064.4",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)