We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611cd84 commit 2a68cc9Copy full SHA for 2a68cc9
1 file changed
vsCode.qmd
@@ -71,9 +71,11 @@ title: "Visual Studio Code (VS Code)"
71
1. Launch the R terminal (Ctrl+Shift+P → "R: Create R terminal").
72
73
VS Code extensions to install:
74
+
75
- [Quarto](https://marketplace.visualstudio.com/items?itemName=quarto.quarto)
76
77
`R` packages to install:
78
79
- `install.packages(c("languageserver","httpgd"))`
80
- `languageserver` is used for syntax highlighting and code completion
81
- `httpgd` is used for plotting in VS Code
0 commit comments