You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/src/data-extensions-editor/queries/query.ts
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
exporttypeQuery={
2
+
/**
3
+
* The main query.
4
+
*
5
+
* It should select all usages of external APIs, and return the following result pattern:
6
+
* - usage: the usage of the external API. This is an entity.
7
+
* - apiName: the name of the external API. This is a string.
8
+
* - supported: whether the external API is supported by the extension. This should be a string representation of a boolean to satify the result pattern for a problem query.
9
+
* - "supported": a string literal. This is required to make the query a valid problem query.
0 commit comments