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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ export type Query = {
7
7
* - apiName: the name of the external API. This is a string.
8
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
9
* - "supported": a string literal. This is required to make the query a valid problem query.
10
+
* - libraryName: the name of the library that contains the external API. This is a string and usually the basename of a file.
11
+
* - "library": a string literal. This is required to make the query a valid problem query.
0 commit comments