Skip to content

Conversation

@CsCherrYY
Copy link
Contributor

Fix #419

@CsCherrYY CsCherrYY added this to the 0.16.0 milestone Dec 15, 2020
@CsCherrYY CsCherrYY requested a review from jdneo December 15, 2020 03:26
}
for (const project of projectList) {
const classpaths: IClasspathResult = await extensionApi.getClasspaths(project.uri, { scope: "runtime" });
const classpath: string = (project.metaData?.UnmanagedFolderInnerPath) ? project.metaData.UnmanagedFolderInnerPath : project.uri;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const projectUri = project.metaData?.UnmanagedFolderInnerPath || project.uri

@CsCherrYY CsCherrYY changed the title Fix: Exporting Jar lasts all time in unmanaged folders fix: Exporting Jar lasts all time in unmanaged folders Dec 15, 2020
@CsCherrYY CsCherrYY merged commit ecb14dd into master Dec 15, 2020
@CsCherrYY CsCherrYY deleted the cshi-bugfix branch December 15, 2020 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exporting Jar lasts all time.

2 participants