- install npm and Node.js
- install Visual Studio Code
git clone https://github.com/Ikuyadeu/vscode-R.git
cd vscode-R
npm install
code .- Press
F5if you open this project by VS Code
- Fork it(via GitHub) in your account
- Add your project url
git remote add mine https://github.com/yourname/vscode-R.git- Create your feature branch
git checkout -b my-new-feature- Commit your changes
git commit -am 'Add some feature'- Push to the branch
git push mine my-new-feature- Create new Pull Request(via GitHub)