Skip to content

Commit

Permalink
Add the configuration option for creating binlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmalinowski committed Aug 17, 2023
1 parent 19967db commit 140482b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,12 @@
"default": null,
"description": "Override for path to langauge server --extension arguments."
},
"dotnet.projects.binaryLogPath": {
"scope": "machine-overridable",
"type": "string",
"default": null,
"description": "Sets a path where MSBuild binary logs are written to when loading projects, to help diagnose loading errors."
},
"dotnet.implementType.insertionBehavior": {
"type": "string",
"enum": [
Expand Down

0 comments on commit 140482b

Please sign in to comment.