I have installed R in vscode and all its extensions.
I tried installing packages through vscode terminal.But after successfull installation when run the code it says no package called "reshape2"(i used library("reshape2")
) to import the library.
Just try to install in command prompt and then try to install in vs code editor.