mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
24441c2b26
* Updated devcontainer to remove unused config * Added slider menu background and text labels * Finished layout of UI components * Reordered slider values * Fixed alignment of labels * Adjusted label postion to be centered vertically * TEST for colors * Updated UI to look better with colours * Changed menu to only have 'min' & 'max', fixed layout * Created macro for slider button labels, cleaned up warnings * Updated default case to panic * Added text outline and shadow, updated text colours to match the game * Updated default cases to panic
23 lines
No EOL
737 B
JSON
Vendored
23 lines
No EOL
737 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": [
|
|
"rust-lang.rust-analyzer",
|
|
"bungcip.better-toml",
|
|
"serayuzgur.crates",
|
|
"statiolake.vscode-rustfmt"
|
|
]
|
|
}
|
|
}
|
|
} |