vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Ability to change the project name

Open Azmisov opened this issue 2 years ago • 2 comments

I have a project with an "unmanaged folder", and it gets an autogenerated name when first opened. Something like: "myproject_380e1993". Is there a way to configure this name explicitly? When I clone/copy the codebase and open from another computer, it generates another random project name, and so the launch.json configurations all need to be changed to fit the new name.

Azmisov avatar Jul 13 '23 01:07 Azmisov

380e1993 this is a hash generated based on the project location on the disk. So different locations result to different suffix.

Technically, I think it can be updated by user. So far the language server does not expose this capability yet.

jdneo avatar Jul 13 '23 01:07 jdneo