https://github.com/MilesMcBain/vsconfig
My config for R in VSCode
https://github.com/MilesMcBain/vsconfig
Last synced: 4 months ago
JSON representation
My config for R in VSCode
- Host: GitHub
- URL: https://github.com/MilesMcBain/vsconfig
- Owner: MilesMcBain
- License: mit
- Created: 2020-09-03T22:53:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T01:28:42.000Z (about 2 years ago)
- Last Synced: 2024-11-30T20:53:21.944Z (5 months ago)
- Language: R
- Size: 138 KB
- Stars: 49
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MilesMcBain/vsconfig - My config for R in VSCode (R)
README
# vsconfig
My config for R in VSCodeDeploying on Windows:
```bash
cp ./.radian_profile ~/.radian_profile
cp ./.Rprofile ~/.Rprofile
cp ./settings.json ~/AppData/Roaming/Code/User/settings.json
cp ./keybindings.json ~/AppData/Roaming/Code/User/keybindings.json
```Deploying on Linux:
```bash
cp ./.radian_profile ~/.radian_profile
cp ./.Rprofile ~/.Rprofile
cp ./settings.json ~/.config/Code/User/settings.json
cp ./keybindings.json ~/.config/Code/User/keybindings.json```