How to use arf with VScode and Antigravity? #8
-
|
I use R with VSCode and Antigravity through REditorSupport's R extension and I use radian terminal. How can I integrate arf? |
Beta Was this translation helpful? Give feedback.
Answered by
albersonmiranda
Jan 30, 2026
Replies: 1 comment
-
|
After installing arf with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
albersonmiranda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After installing arf with
cargo install --git https://github.com/eitsupi/arf/, the binary will be located at~/.cargo/bin/. Then, just replace the"r.rterm.*"line in user settings (settings.json) from"~/.local/bin/radian"(if radian is set) to"~/.cargo/bin/arf".