Merge pull request #79 from jakobkukla/patch-1

Fix vscode build task for NET 8
This commit is contained in:
Bond-009
2025-03-11 09:33:59 +01:00
committed by GitHub
+1
View File
@@ -20,6 +20,7 @@
"type": "shell", "type": "shell",
"args": [ "args": [
"publish", "publish",
"--configuration=Debug",
"${workspaceFolder}/${config:pluginName}.sln", "${workspaceFolder}/${config:pluginName}.sln",
"/property:GenerateFullPaths=true", "/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary" "/consoleloggerparameters:NoSummary"