1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00
tobspr_shapez.io/.vscode/settings.json

14 lines
335 B
JSON
Raw Normal View History

2020-05-09 14:45:23 +00:00
{
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 09:20:00 +00:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.trimTrailingWhitespace": true,
Clean up and update workspace files * Remove deprecated TSLint config * Remove jsconfig.json jsconfig.json is an alternative name for tsconfig.json that has allowJs set to true. Since the directory already contains a tsconfig.json file, this file does nothing. * Remove Gitpod configuration Gitpod is not as useful in CE because we're focusing on standalone. Also, the configuration was added just to promote the service and there are other similar services which may be preferred by the user. * Remove Travis CI configuration Travis CI is not used in shapez anymore in favor of GitHub Actions. In addition to that, CI setup for the community edition will be done once the codebase is in a better condition. * Remove CONTRIBUTORS and CONTRIBUTING.md The contributors file is out of date and unneeded as GitHub now shows all collaborators anyway - however it could be still used in the future to show a list of contributors in the game. CONTRIBUTING.md contains the text of CLA, which is not enforced in this repository. * Replace VSC workspaces with regular settings files VSCode workspaces don't provide much benefit in a source tree like shapez. This commit also adds EditorConfig and ESLint VSCode extensions to the recommended extensions list. * Remove CI workflow for building the game It hasn't been updated in a while and we don't need it for now. Once the codebase is in a more managable state, a new workflow will be added. * Remove some unused resources There are still many resources left, but they will be removed along with the relevant code later.
2023-10-25 05:05:56 +00:00
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"node_modules/": true,
"build/": true,
"build_output/": true
}
}