Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Contribute

Anthony Fu edited this page Apr 25, 2020 · 7 revisions

Glad to know you want to contribute! Thanks in advance.

Help Translating

If you would like to help translate this extension, you can do it by following steps.

We recommend you to use VSCode with i18n-ally. It supports i18n for VSCode extension development which can help you translate itself 😁.

  1. Fork and clone this repo.
  2. Copy en.json to <locale-code>.json under ./locales directory.
  3. Translate messages in the new JSON file you created.
  4. You may also add your name to the translation contributors table.
  5. Commit changes and make a PR

Much appreciated! θ°’θ°’δ½ !

Extension Developemnt

You would need to VS Code to run the development builds.

Please make sure you have installed extensions listed in the project recommendation.

Before you go, install the dependencies by

npm i

Then press F5 to start the debug editor.

After doing some changes, you will need to click the green refresh button on the debug panel to update.