ニュース

It’s common in VS Code to open a folder when working in R, and not simply create a new file. You can open a folder by going to File > Add Folder to Workspace if you’d like a setup similar to ...
Open your project file in VS Code, and click on Terminal > New Terminal. Now, run pwd in Terminal to know your path, it should be the path of your project folder. If it’s not, you need to run cd ...