Merge pull request #7026 from github/nickrolfe/rb-prefix

Ruby: use the `rb/` prefix in all query ids
This commit is contained in:
Nick Rolfe
2021-11-02 12:04:50 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* @name If statements with empty then branch
* @description Finds 'if' statements where the 'then' branch is
* an empty block statement
* @id ruby/examples/emptythen
* @id rb/examples/emptythen
* @tags if
* then
* empty

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 ruby/ide-jump-to-definition
* @id rb/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 find-references in the code viewer.
* @kind definitions
* @id ruby/ide-find-references
* @id rb/ide-find-references
* @tags ide-contextual-queries/local-references
*/

View File

@@ -2,7 +2,7 @@
* @name Print AST
* @description Produces a representation of a file's Abstract Syntax Tree.
* This query is used by the VS Code extension.
* @id ruby/print-ast
* @id rb/print-ast
* @kind graph
* @tags ide-contextual-queries/print-ast
*/