You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension automates the process of setting up a Streamer.bot C# project directory with IntelliSense, while also providing hover documentation for CPH methods. Installation includes the base C# extension dependency.
11
+
12
+
::card-group
13
+
::card{title="Visual Studio Code"icon=mdi:microsoft-visual-studio-codeto="https://code.visualstudio.com/download"}
14
+
Follow the installation instructions for your operating system
@@ -108,7 +123,7 @@ Do not use quotes around your Streamer.bot directory path, even if it contains s
108
123
**Notes about `StreamerBot.csproj`**
109
124
- This file includes the Streamer.bot using statements in every `.cs` file automatically
110
125
- This file configures the project as a `.NET Framework 4.8.1` project
111
-
- To point to your own Streamer.bot dlls, replace the contents of `<StreamerBotPath>` with the path to your own Streamer.bot directory (containing `Streamer.bot.exe` and `.dll` files)
126
+
- To point to your own Streamer.bot DLLs, replace the contents of `<StreamerBotPath>` with the path to your own Streamer.bot directory (containing `Streamer.bot.exe` and `.dll` files)
0 commit comments