You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate from Intellij to vscode, and I'm having trouble setting up my launch configuration.
In my Intellij run configuration I have a setting called "use classpath of module".
I'm trying to set up a launch configuration like this in vscode, but I don't see a place for that sort of option. I see a classPath option, but conversely that doesn't map to anything in my Intellij config.
Anybody have any experience with this?
Note that I'm in the parent directory of a project that has several different modules.
I'm trying to migrate from Intellij to vscode, and I'm having trouble setting up my launch configuration.
In my Intellij run configuration I have a setting called "use classpath of module".
I'm trying to set up a launch configuration like this in vscode, but I don't see a place for that sort of option. I see a classPath option, but conversely that doesn't map to anything in my Intellij config.
Anybody have any experience with this?
Note that I'm in the parent directory of a project that has several different modules.
Environment