Skip to content

Commit 3b7feca

Browse files
committed
C++: Fix duplicate query ids
1 parent 5390f4b commit 3b7feca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/localDefinitions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Generates use-definition pairs that provide the data
44
* for jump-to-definition in the code viewer.
55
* @kind definitions
6-
* @id cpp/jump-to-definition
6+
* @id cpp/ide-jump-to-definition
77
* @tags ide-contextual-queries/local-definitions
88
*/
99

cpp/ql/src/localReferences.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Generates use-definition pairs that provide the data
44
* for jump-to-definition in the code viewer.
55
* @kind definitions
6-
* @id cpp/jump-to-definition
6+
* @id cpp/ide-find-references
77
* @tags ide-contextual-queries/local-references
88
*/
99

0 commit comments

Comments
 (0)