small fixes

This commit is contained in:
Arvkus 2020-09-11 17:06:16 +03:00
parent bda97f3c26
commit eb14290210
2 changed files with 1 additions and 3 deletions

1
.vscode/tasks.json vendored
View file

@ -9,7 +9,6 @@
"isDefault": true
},
"command": ".vscode/build.bat",
// "command": "dotnet build .vscode"
},
]
}

View file

@ -14,10 +14,9 @@ This template is created for Rimworld moders who use [Visual Studio Code](https:
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).
3. Clone, pull or download this template into your Rimworld `Mods` folder.
4. Modify `.vscode/mod.scproj` and `About/About.xml` files.
## Additional notes
* 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.
* Modify `.vscode/mod.csproj` according to your needs.
* Modify `.vscode/mod.csproj` and `About/About.xml` according to your needs.