typo fix
This commit is contained in:
parent
49b959b957
commit
cffd160ba1
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ This template is created for Rimworld modders who use [Visual Studio Code](https
|
|||
|
||||
## Setup
|
||||
1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have required C# packages from Visual Studio IDE.
|
||||
2. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
|
||||
2. Install [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
|
||||
3. Clone, pull or download this template into your Rimworld `Mods` folder.
|
||||
|
||||
## Additional notes
|
||||
* For XML only modders remove preLaunchTask line from `launch.json` file.
|
||||
* By pressing `F5` key VS Code will perform 2 operations: build assembly file and launch Rimworld executable.
|
||||
* All intermediate files are kept inside `.vscode` folder.
|
||||
* For XML only modders remove preLaunchTask line from `.vscode/launch.json` file.
|
||||
* Modify `.vscode/mod.csproj` and `About/About.xml` according to your needs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue