From a6a366823705c58cce3b08eefc87f049155a1c12 Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Wed, 16 Aug 2023 16:38:54 -0700 Subject: [PATCH] Add the configuration option for creating binlogs --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 792e36974..bda4e3558 100644 --- a/package.json +++ b/package.json @@ -1160,6 +1160,12 @@ "default": null, "description": "%configuration.dotnet.server.extensionPaths%" }, + "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": [