Skip to content

Commit d544b71

Browse files
authored
Merge pull request #79 from jakobkukla/patch-1
Fix vscode build task for NET 8
2 parents e9312af + 12988e1 commit d544b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/tasks.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"type": "shell",
2121
"args": [
2222
"publish",
23+
"--configuration=Debug",
2324
"${workspaceFolder}/${config:pluginName}.sln",
2425
"/property:GenerateFullPaths=true",
2526
"/consoleloggerparameters:NoSummary"

0 commit comments

Comments
 (0)