R
In order to enjoy the functionalities of Visual Studio Code for R scripts, you have to download the R extension within Visual Studio Code in order for the application to maximize code editing for the R programming language.
To do this, you have to access the VS Code Extensions within the VS Code Marketplace.
Click the extensions icon in leftmost tool bar of the Visual Studio Code workspace to access these extensions:

Type in R Extension for Visual Studio Code and click install on the first option.

When installed the, the "Install" icon will be changed with a Manage Gear icon. The R extension for VS Code has been successfully installed!
Note that one of the instructions for using the R extension for VS Code is to install languageserver, which you did previously!
Last updated