Not understanding the StreamDeck-Tools Template tool
It downloads as a Visual Studio extension but I can't find any info on how to use it? Is there a menu in VS for it?
I am also having issues getting the install.bat to work. I am attempting to use it on your stopwatch example. Steps
- Place install.bat in bin folder.
- Created folder C:/TEMP/
- Edit install.bat with correct paths for DistrobutionTool, etc.
- Run install.bat RELEASE com.barraider.stopwatch
Error: "C:\TEMP"\com.barraider.stopwatch.streamDeckPlugin' is not recognized as an internal or external command, operable program or batch file.
@nickhudson4 A bit late, but below are the steps I took to use the StreamDeck-Tools Template, in case they're helpful:
-
Installed Visual Studio Community 2022 (the extension was not installable with VSCode)
-
From Windows File Explorer, right-clicked the VSIX file and selected the suggested Visual Studio option.
- In the VSIX Installer window that appears, selected 'Install'.
- In Visual Studio's uppermost toolbar, I selected File -> Project.
- Searched 'streamdeck' in the project template search box that appears, selected StreamDeck-Tools Template, and then selected 'Next'.
- A project configuration window then appears within which you can specify a name and location for your project. Select 'Create' and the project will be populated with a number of files, incluiding a README.
Hope this helped.