Skip to content

Commit 38b142b

Browse files
edrioukCopilot
andauthored
Update src/solutions/language-features/reference-link-provider.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 83b49d3 commit 38b142b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solutions/language-features/reference-link-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { getCmsisPackRoot } from '../../utils/path-utils';
2626
*/
2727
export class ReferenceLinkProvider implements DocumentLinkProvider<DocumentLink> {
2828
private static readonly REFERENCE_ITEM_TAGS = ['file', 'layer', 'project', 'script', 'regions',
29-
'solution', 'csolution', 'cbuild', 'clayer', 'cproject'];
29+
'solution', 'csolution', 'cbuild', 'clayer', 'cproject', 'cbuild-run', 'cdefault'];
3030

3131
constructor(
3232
private readonly solutionManager: SolutionManager,

0 commit comments

Comments
 (0)