Skip to content

Support using textDocument/definition to open dependencies from another file #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rcjsuen opened this issue May 12, 2025 · 0 comments · Fixed by #191
Closed

Support using textDocument/definition to open dependencies from another file #190

rcjsuen opened this issue May 12, 2025 · 0 comments · Fixed by #191
Assignees
Labels

Comments

@rcjsuen
Copy link
Collaborator

rcjsuen commented May 12, 2025

Given these YAML files, we should be able to use textDocument/definition to open otherService from the test service and have it jump to and open compose.other.yaml.

include:
  - compose.other.yaml

services:
  test:
    extends: otherService
services:
  otherService:
    image: alpine:3.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant