also rename project in launch tasks

pull/9/head
sleevezipper 4 years ago
parent a66a73ff2d
commit a5820a5911

@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/hass-desktop-service.dll",
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/hass-workstation-service.dll",
"args": [],
"cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/hass-desktop-service.csproj",
"${workspaceFolder}/hass-workstation-service.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/hass-desktop-service.csproj",
"${workspaceFolder}/hass-workstation-service.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@ -32,7 +32,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/hass-desktop-service.csproj",
"${workspaceFolder}/hass-workstation-service.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],

Loading…
Cancel
Save