From 769150abf4fdcfdf6503931bb7ca3a5f767ee7d7 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Baral Date: Fri, 24 Jul 2026 19:56:09 +0530 Subject: [PATCH] Update codeNavigation status for C, C++, and Scala --- data/tables/supported-code-languages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/tables/supported-code-languages.yml b/data/tables/supported-code-languages.yml index 8d1e252ca939..1670833085ef 100644 --- a/data/tables/supported-code-languages.yml +++ b/data/tables/supported-code-languages.yml @@ -41,7 +41,7 @@ features: languages: C: copilot: 'supported' - codeNavigation: 'not-supported' + codeNavigation: 'supported' codeScanning: 'supported' depGraph: 'not-supported' depUpdates: 'not-supported' @@ -49,7 +49,7 @@ languages: packages: 'not-supported' C++: copilot: 'supported' - codeNavigation: 'not-supported' + codeNavigation: 'supported' codeScanning: 'supported' depGraph: 'not-supported' depUpdates: 'not-supported' @@ -129,7 +129,7 @@ languages: packages: 'not-supported' Scala: copilot: 'supported' - codeNavigation: 'not-supported' + codeNavigation: 'supported' codeScanning: 'third-party [^1]' depGraph: 'Maven' depUpdates: 'Maven, Gradle'