C++: Fix duplicate query ids

This commit is contained in:
Jason Reed
2020-04-21 16:04:25 -04:00
parent 5390f4b255
commit 3b7fecab93
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
* @description Generates use-definition pairs that provide the data
* for jump-to-definition in the code viewer.
* @kind definitions
* @id cpp/jump-to-definition
* @id cpp/ide-jump-to-definition
* @tags ide-contextual-queries/local-definitions
*/

View File

@@ -3,7 +3,7 @@
* @description Generates use-definition pairs that provide the data
* for jump-to-definition in the code viewer.
* @kind definitions
* @id cpp/jump-to-definition
* @id cpp/ide-find-references
* @tags ide-contextual-queries/local-references
*/