We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a817bee commit 08925cdCopy full SHA for 08925cd
src/config-utils.ts
@@ -630,9 +630,11 @@ async function loadUserConfig(
630
}
631
632
633
-// Maps languages to their overlay analysis feature flags. Only languages that
634
-// are GA or in staff-ship for overlay analysis are included here. Languages
635
-// without an entry will have overlay analysis disabled.
+/**
+ * Maps languages to their overlay analysis feature flags. Only languages that
+ * are GA or in staff-ship for overlay analysis are included here. Languages
636
+ * without an entry will have overlay analysis disabled.
637
+ */
638
const OVERLAY_ANALYSIS_FEATURES: Partial<Record<Language, Feature>> = {
639
csharp: Feature.OverlayAnalysisCsharp,
640
go: Feature.OverlayAnalysisGo,
0 commit comments