small fixes
This commit is contained in:
parent
bda97f3c26
commit
eb14290210
2 changed files with 1 additions and 3 deletions
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
|
@ -9,7 +9,6 @@
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
},
|
},
|
||||||
"command": ".vscode/build.bat",
|
"command": ".vscode/build.bat",
|
||||||
// "command": "dotnet build .vscode"
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -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.
|
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. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
|
||||||
3. Clone, pull or download this template into your Rimworld `Mods` folder.
|
3. Clone, pull or download this template into your Rimworld `Mods` folder.
|
||||||
4. Modify `.vscode/mod.scproj` and `About/About.xml` files.
|
|
||||||
|
|
||||||
## Additional notes
|
## Additional notes
|
||||||
* By pressing `F5` key VS Code will perform 2 operations: build assembly file and launch Rimworld executable.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue