There was an error while loading. Please reload this page.
git clone https://github.com/REditorSupport/vscode-R.git cd vscode-R npm install # install required packages for vscode-R code . # run VS Code
F5
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 the eslint extension.
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