This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/shapez.code-workspace

25 lines
610 B
Plaintext
Raw Permalink Normal View History

2020-05-09 16:45:23 +02:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/build": true,
"**/node_modules": true,
2020-05-27 14:30:59 +02:00
"**/tmp_standalone_files": true,
2020-05-09 16:45:23 +02:00
"**/typedefs_gen": true
},
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.ts": "vscode-typescript",
"editor.defaultFormatter": "esbenp.prettier-vscode",
Merge base-*.yaml & fix YAML lint errors and warnings. (#918) * Update base-en.yaml Updated spelling, grammar, and to a lesser extent the information of some tips. * Update base-en.yaml * Update base-en.yaml * Update base-en.yaml Applied most of EmeraldBlock's suggestions * Update base-ind.yaml Update on tips, matching it with the new improved version, and corrected some things. - PresS#9257 * Update base-cz.yaml Corrected one of the tips. * Update base-zh-TW.yaml * Update base-en.yaml Issue #849 * Few more spelling mistakes. * Update base-en.yaml Fixed inconsistencies and mispellations of Rotator (previously was Rotater, which is wrong) * Update base-en.yaml * Improving existing CZ translations and yaml check * Update base-en.yaml * Update base-zh-TW.yaml * Update base-ind.yaml * Update base-cz.yaml * Completed translation * Update base-en.yaml Changed "20 Upgrade Tiers" to "Unlimited" * Update base-zh-TW.yaml * Update base-pl.yaml Updated some polish translations. * Update base-uk.yaml * Update base-pl.yaml Fix linter * Update base-uk.yaml * Update base-fi.yaml Full translation. Fixed some bad grammar. Anything you need here? * Update base-zh-TW.yaml Finish translating. Still need to review it all over again. * fixing errors * fixed errors. found few paragraphs not translated * changed settings * edits * more edits * quote marks 129 * fixed last errors. should work now * ready now? * colon error fix, hopefully * 2 * new try. still error with colon * Fixed idents * fixed some syntax errors * fixed more idents * Fixed missing lines and stuff * update translation ja-jp * Update base-en.yaml Upgrade text should say ∞ instead of 20 upgrade tiers, for real this time * Update base-en.yaml Changed "it" to "the game" because there wasn't enough context to know what "it" means * Update base-ind.yaml Fixed some things * Update base-kor.yaml * Update base-zh-TW.yaml * A little more Polish * Update base-it.yaml Uploaded the new text relative to the wire layer and other small corrections, it's 100% done * Update base-sv.yaml Advantages, title_future, planned, title_open_source and title_links text translated * Update base-sv.yaml Trailing space fixed * Update base-sv.yaml * Update base-sv.yaml Fix trailing spaces and wierd syntax error * Update base-en.yaml Removed changes present in a future pr * Update for base-ro.yaml I found some words like Roadmap and Standalone to be better suited when they're in English, I think some neologisms are better kept in their language. * Update base-it.yaml * Fix YAML Lint errors and warnings Co-authored-by: Hyperion-21 <69665635+Hyperion-21@users.noreply.github.com> Co-authored-by: presdm <72538204+presdm@users.noreply.github.com> Co-authored-by: RevosCZ <72229413+RevosCZ@users.noreply.github.com> Co-authored-by: Colleabois <12426652+Colleabois@users.noreply.github.com> Co-authored-by: ZrubekLukas <39225468+ZrubekLukas@users.noreply.github.com> Co-authored-by: VL4DL3N <6233477+Vlad1slaw@users.noreply.github.com> Co-authored-by: Jędrzej Stolarz <jedrek1993@gmail.com> Co-authored-by: Hermanni Saresma <hermukka@gmail.com> Co-authored-by: Nucleareal <nukereiuzi@gmail.com> Co-authored-by: sindaehyeon <56984093+sindaehyeon@users.noreply.github.com> Co-authored-by: BananoGamer <72351355+BananoGamer@users.noreply.github.com> Co-authored-by: Oscar Bäck <oscar.back96@outlook.com> Co-authored-by: Memel <30528044+MemelDanzig@users.noreply.github.com> Co-authored-by: tobspr <tobspr@users.noreply.github.com>
2020-10-31 10:20:00 +01:00
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"workbench.colorCustomizations": {
"activityBar.background": "#163328",
"titleBar.activeBackground": "#1F4738",
"titleBar.activeForeground": "#F7FBFA"
}
2020-05-09 16:45:23 +02:00
}
}