Skip to content
Arno Hovhannisyan edited this page Jun 26, 2019 · 6 revisions

Setup Extension Locally

Clone repo:

git clone https://github.com/shanalikhan/code-settings-sync.git
cd code-settings-sync

Install dependencies:

npm install

or

yarn

Start VSCode

code .

Launch Extension

  1. Follow steps in Setup Extension Locally
  2. Press F5 or select Launch Extension from the debugger menu

Run Tests

  1. Follow steps in Setup Extension Locally
  2. Click Launch Tests from the debugger menu

Get Assistance

Thanks for contributing to Settings Sync! We're quite open to new feature requests, or any work you want to do.

We tend to hang out in the #contributors channel on our public Slack:

Drawing

If you need any help or want someone to set up the workspace with you and get you stepping through code in your IDE, make some noise in #contributors. Don't be afraid to speak up!

If you are looking forward to solving issues, you can select any issue you want but it would be great if you start with these issues, for these issues I will be specifically asking for help :

https://github.com/shanalikhan/code-settings-sync/labels/good%20first%20issue

https://github.com/shanalikhan/code-settings-sync/labels/PR-Welcome

I'm the only one managing this extension. Looking forward to making this extension better!