Fix vscode build task for .NET 8

This commit is contained in:
Jakob Kukla 2025-03-04 00:55:32 +01:00 committed by GitHub
parent e9312af2c2
commit 12988e127f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.vscode/tasks.json vendored
View File

@ -20,6 +20,7 @@
"type": "shell",
"args": [
"publish",
"--configuration=Debug",
"${workspaceFolder}/${config:pluginName}.sln",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"