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
commit d544b71939
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"