Skip to content

Link the short form syntax of depends_on to the defined service for textDocument/documentHighlight requests #70

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 Apr 19, 2025 · 0 comments · Fixed by #143
Labels

Comments

@rcjsuen
Copy link
Collaborator

rcjsuen commented Apr 19, 2025

We should highlight the two instances of db and redis correctly if we receive a textDocument/documentHighlight request. We should also return a single element if the cursor is on web.

services:
  web:
    build: .
    depends_on:
      - db
      - redis
  redis:
    image: redis
  db:
    image: postgres
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