2020-05-16 19:31:42 +00:00
|
|
|
{
|
|
|
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
|
|
|
"xargo",
|
2020-09-27 22:24:50 +00:00
|
|
|
"clippy",
|
2020-05-16 19:31:42 +00:00
|
|
|
"--workspace",
|
|
|
|
"--message-format=json",
|
2020-09-27 23:56:18 +00:00
|
|
|
"--all-features",
|
|
|
|
"--",
|
|
|
|
"-A",
|
|
|
|
"clippy::borrow_interior_mutable_const"
|
2020-05-16 19:31:42 +00:00
|
|
|
],
|
|
|
|
"rust-analyzer.updates.channel": "nightly",
|
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
|
|
|
"[javascript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"prettier.printWidth": 120,
|
|
|
|
"prettier.singleQuote": true,
|
|
|
|
"prettier.tabWidth": 4
|
2020-05-16 19:31:42 +00:00
|
|
|
}
|