Remix.run Logo
andy_ppp 5 hours ago

Please see the reply to the other comment, obviously I wasn’t explicit enough in explaining I’m talking about code execution simply by opening a directory.

direwolf20 4 hours ago | parent [-]

Some project types, such as Gradle or Maven projects, use arbitrary commands or plugins in project setup. You have to run arbitrary plugins to know which directories are the source directories, and you have to know which directories are the source directories to do anything in Java.

andy_ppp 4 hours ago | parent [-]

There’s no need to run that when opening a directory is there?

direwolf20 2 minutes ago | parent [-]

If you just want to see the files in the directory, then sure. But VS Code is an IDE. It's made for editing software projects which have more structure than that.