mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
a1c9e35b19
* A bunch of things * Current progress * Fix for ResAnimationContent * Figure out Parts* * Cleanup, just because * New pane working!!! * New null pane for hierarchy * Success with parent pane * Generate multiple panes * Multiple panes, almost working text color * MaterialColor test, but fails * Forgot bitfield-struct * Vtable for material. Fixes SetWhiteColor! * Refactor color changing, change naming scheme * Just Frame Advantage * Merge * Delete T_test.txt * Delete set_txt_num_01.txt * Delete libtraining_modpack.nro * Format Rust code using rustfmt * Ignore shell scripts in repo languages Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33 lines
No EOL
979 B
JSON
Vendored
33 lines
No EOL
979 B
JSON
Vendored
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
|
// https://github.com/microsoft/vscode-dev-containers/tree/v0.140.1/containers/docker-from-docker
|
|
{
|
|
"name": "Cargo Skyline",
|
|
"image": "jugeeya/cargo-skyline:3.2.0-no-dkp",
|
|
"mounts": [
|
|
"source=ultimatetrainingmodpack-bashhistory,target=/commandhistory,type=volume"
|
|
],
|
|
// // Use this environment variable if you need to bind mount your local source code into a new container.
|
|
"remoteEnv": {
|
|
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
|
|
},
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"matklad.rust-analyzer",
|
|
"bungcip.better-toml",
|
|
"serayuzgur.crates",
|
|
"statiolake.vscode-rustfmt"
|
|
]
|
|
}
|
|
},
|
|
|
|
// // Add the IDs of extensions you want installed when the container is created.
|
|
"extensions": [
|
|
"ms-azuretools.vscode-docker",
|
|
"matklad.rust-analyzer",
|
|
"bungcip.better-toml",
|
|
"serayuzgur.crates",
|
|
"statiolake.vscode-rustfmt"
|
|
]
|
|
} |