1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00
UltimateTrainingModpack/.devcontainer/devcontainer.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
737 B
JSON
Raw Permalink Normal View History

2020-10-02 03:48:46 +00:00
// 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",
2020-10-02 03:48:46 +00:00
"mounts": [
Update web UI for better maintenance (#380) * Updated menu buttons and icons * Cleaned up .devcotainer * removed dockerfile from .devcontainer in favour of using image * Added JS settings, updated menu template, css, js * Updated tab width to 4 * Refactored openTab and closeAllItems, default tab content to be hidden, added polyfill for NodeList.forEach * Refactored openItem, made targeting modals easier * Refactored toggleOption * Fixed clicking tab not closing active modals * Updated aerial delay and falling aerial icons * Updated colours of defensive settings menu icons * Updated misc tab menu icon colours * Fixed oos_offset, shield_state, and shield_tilt * Fixed all tabs defaulting to active, Updated modals to be outside menu_items, Refactored JS to work with new HTML hierarchy * Updated settings to be JSON * Fixed single options not populating correctly from url * Updated menu to edit settings object when toggled * Removed updating settings from menu before exit * Refactored comments to fewer lines * Refactored to use const, Refactored to use camelCase, Refactored resetCurrentSubmenu & resetAllSubmenus * Fixed size and alignment of menu item text, Fixed size of option button's text, Fixed colour of crouch icon * Updated stroke width for crouch icon feet & arms * Updated check to use fontawesome as a base, Changed colour to have better contrast, Added outline for better contrast * Updated one-winged angel option to 1-winged angel * Updated openTab and resetCurrentMenu to play sfx
2022-08-05 02:34:25 +00:00
"source=ultimatetrainingmodpack-bashhistory,target=/commandhistory,type=volume"
2020-10-02 03:48:46 +00:00
],
Update web UI for better maintenance (#380) * Updated menu buttons and icons * Cleaned up .devcotainer * removed dockerfile from .devcontainer in favour of using image * Added JS settings, updated menu template, css, js * Updated tab width to 4 * Refactored openTab and closeAllItems, default tab content to be hidden, added polyfill for NodeList.forEach * Refactored openItem, made targeting modals easier * Refactored toggleOption * Fixed clicking tab not closing active modals * Updated aerial delay and falling aerial icons * Updated colours of defensive settings menu icons * Updated misc tab menu icon colours * Fixed oos_offset, shield_state, and shield_tilt * Fixed all tabs defaulting to active, Updated modals to be outside menu_items, Refactored JS to work with new HTML hierarchy * Updated settings to be JSON * Fixed single options not populating correctly from url * Updated menu to edit settings object when toggled * Removed updating settings from menu before exit * Refactored comments to fewer lines * Refactored to use const, Refactored to use camelCase, Refactored resetCurrentSubmenu & resetAllSubmenus * Fixed size and alignment of menu item text, Fixed size of option button's text, Fixed colour of crouch icon * Updated stroke width for crouch icon feet & arms * Updated check to use fontawesome as a base, Changed colour to have better contrast, Added outline for better contrast * Updated one-winged angel option to 1-winged angel * Updated openTab and resetCurrentMenu to play sfx
2022-08-05 02:34:25 +00:00
// // Use this environment variable if you need to bind mount your local source code into a new container.
2020-10-02 03:48:46 +00:00
"remoteEnv": {
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
},
Update web UI for better maintenance (#380) * Updated menu buttons and icons * Cleaned up .devcotainer * removed dockerfile from .devcontainer in favour of using image * Added JS settings, updated menu template, css, js * Updated tab width to 4 * Refactored openTab and closeAllItems, default tab content to be hidden, added polyfill for NodeList.forEach * Refactored openItem, made targeting modals easier * Refactored toggleOption * Fixed clicking tab not closing active modals * Updated aerial delay and falling aerial icons * Updated colours of defensive settings menu icons * Updated misc tab menu icon colours * Fixed oos_offset, shield_state, and shield_tilt * Fixed all tabs defaulting to active, Updated modals to be outside menu_items, Refactored JS to work with new HTML hierarchy * Updated settings to be JSON * Fixed single options not populating correctly from url * Updated menu to edit settings object when toggled * Removed updating settings from menu before exit * Refactored comments to fewer lines * Refactored to use const, Refactored to use camelCase, Refactored resetCurrentSubmenu & resetAllSubmenus * Fixed size and alignment of menu item text, Fixed size of option button's text, Fixed colour of crouch icon * Updated stroke width for crouch icon feet & arms * Updated check to use fontawesome as a base, Changed colour to have better contrast, Added outline for better contrast * Updated one-winged angel option to 1-winged angel * Updated openTab and resetCurrentMenu to play sfx
2022-08-05 02:34:25 +00:00
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
Update web UI for better maintenance (#380) * Updated menu buttons and icons * Cleaned up .devcotainer * removed dockerfile from .devcontainer in favour of using image * Added JS settings, updated menu template, css, js * Updated tab width to 4 * Refactored openTab and closeAllItems, default tab content to be hidden, added polyfill for NodeList.forEach * Refactored openItem, made targeting modals easier * Refactored toggleOption * Fixed clicking tab not closing active modals * Updated aerial delay and falling aerial icons * Updated colours of defensive settings menu icons * Updated misc tab menu icon colours * Fixed oos_offset, shield_state, and shield_tilt * Fixed all tabs defaulting to active, Updated modals to be outside menu_items, Refactored JS to work with new HTML hierarchy * Updated settings to be JSON * Fixed single options not populating correctly from url * Updated menu to edit settings object when toggled * Removed updating settings from menu before exit * Refactored comments to fewer lines * Refactored to use const, Refactored to use camelCase, Refactored resetCurrentSubmenu & resetAllSubmenus * Fixed size and alignment of menu item text, Fixed size of option button's text, Fixed colour of crouch icon * Updated stroke width for crouch icon feet & arms * Updated check to use fontawesome as a base, Changed colour to have better contrast, Added outline for better contrast * Updated one-winged angel option to 1-winged angel * Updated openTab and resetCurrentMenu to play sfx
2022-08-05 02:34:25 +00:00
"bungcip.better-toml",
"serayuzgur.crates",
"statiolake.vscode-rustfmt"
]
}
}
}