Fix vscode build task for .NET 8
This commit is contained in:
parent
e9312af2c2
commit
12988e127f
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user