You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given this YAML file, we should use an inlay hint to show the original value of hostname from test since test2 has chosen to override this value. We will only consider service extensions in the current file for starters.
services:
test:
image: redis:alpinehostname: hellotest2:
extends: testhostname: world
The text was updated successfully, but these errors were encountered:
Given this YAML file, we should use an inlay hint to show the original value of
hostname
fromtest
sincetest2
has chosen to override this value. We will only consider service extensions in the current file for starters.The text was updated successfully, but these errors were encountered: