Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vscode/AlternateYamlLanguageServiceClientFeature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AlternateYamlLanguageServiceClientFeature implements StaticFeature,
basicCompletions: redhat || docker,
advancedCompletions: false, // The other extensions do not have advanced completions for Compose docs
hover: redhat || docker, // Compose spec has descriptions
imageLinks: docker, // Docker's extension supports Docker Hub, GHCR, MAR, and Quay.io
imageLinks: false, // Keep Compose image links local so private registries aren't treated as Docker Hub images
serviceStartupCodeLens: false, // The other extensions do not provide any code lens
formatting: false, // The other extensions do support formatting, but we enable it regardless so that an explicitly-chosen formatter always works
};
Expand Down