mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Allow to cycle variants backwards with SHIFT + T, other fixes and misc stuff
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
"vetur.format.defaultFormatter.ts": "vscode-typescript",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"files.trimTrailingWhitespace": true
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#163328",
|
||||
"titleBar.activeBackground": "#1F4738",
|
||||
"titleBar.activeForeground": "#F7FBFA"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user