Contributing (original) (raw)

Install

  1. Install yarn and Node.js
  2. Install Visual Studio Code

git clone https://github.com/REditorSupport/vscode-R.git cd vscode-R npm install # install required packages for vscode-R code . # run VS Code

Test

Lint

We use eslint for linting our sources. You can run eslint across the sources by calling yarn eslint from a terminal or command prompt.

To lint the source as you make changes, you can install theeslint extension.

Pull Request

git remote add mine https://github.com/yourname/vscode-R.git

git checkout -b my-new-feature

git commit -am 'Add some feature'

git push mine my-new-feature

Add a custom footer