Skip to content

Commit 1744c64

Browse files
Merge pull request #6155 from jasonmalinowski/add-support-for-binlog-logging
Add the configuration option for creating binlogs
2 parents 975a498 + a6a3668 commit 1744c64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,12 @@
11601160
"default": null,
11611161
"description": "%configuration.dotnet.server.extensionPaths%"
11621162
},
1163+
"dotnet.projects.binaryLogPath": {
1164+
"scope": "machine-overridable",
1165+
"type": "string",
1166+
"default": null,
1167+
"description": "Sets a path where MSBuild binary logs are written to when loading projects, to help diagnose loading errors."
1168+
},
11631169
"dotnet.implementType.insertionBehavior": {
11641170
"type": "string",
11651171
"enum": [

0 commit comments

Comments
 (0)