Skip to content

Support "workspace resolution" like Eclipse/IntelliJ IDEAΒ #778

Open

Description

Suggestion

Resolve Workspace artifacts like Eclipse/IntelliJ IDEA does.

Use Cases

We have multiple artifacts/modules/projects in one workspace that reference each other (like for example https://github.com/jdbi/jdbi).
The Eclipse Maven plugin does what it calls "workspace resolution" for all artifacts that have a dependency which is in the workspace, too.
This does not work inside a vscode workspace.

Examples

Example 1

  • Clone https://github.com/jdbi/jdbi
  • Run code . inside the cloned directory
  • Open Maven View, project jdbi3 SqlObject, open Dependencies
  • You get a failure that the dependencies could not be resolved

Example 2

  • Clone https://github.com/jdbi/jdbi
  • Run code . inside the cloned directory
  • Open sqlobject/pom.xml in editor
  • Do a control+click on dependency jdbi3-core
  • You get a failure that the dependency could not be resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions