Improved clarity around visual studio and VS code

I had problems trying to build the app with VS Code so I clarified the documentation a little bit.
pull/115/head
TerminalMan 3 years ago committed by GitHub
parent 21d38381fa
commit 616c455508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,14 +47,14 @@ Find us on [Discord](https://discord.gg/VraYT2N3wd).
## Development ## Development
Want to develop or build the application yourself? Make sure to install the .NET Runtime [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/current/runtime) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/current). Run the following commands from the `hass-workstation-service\hass-workstation-service` directory to get you started: If you want to help develop Hass Workstation service, make sure to install the .NET Runtime [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/current/runtime) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/current). Run the following commands from the `hass-workstation-service\hass-workstation-service` directory to get you started:
```` powershell ```` powershell
dotnet build dotnet build
dotnet publish dotnet publish
```` ````
In case you are using Visual Studio Code, open the `hass-workstation-service\hass-workstation-service` folder to take advantage of the predefined build and publish tasks. If you are using [Visual Studio](https://visualstudio.microsoft.com/), open the `hass-workstation-service\hass-workstation-service` folder to take advantage of the predefined build and publish tasks, alternativly you can open the project directly from github using the green download button to use the integrated git tools.
## Sensors ## Sensors

Loading…
Cancel
Save