We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f39d41 commit e55800aCopy full SHA for e55800a
extensions/ql-vscode/src/view/data-extensions-editor/MethodRow.tsx
@@ -257,7 +257,7 @@ function UnmodelableMethodRow(props: {
257
<ViewLink onClick={jumpToUsage}>View</ViewLink>
258
</ApiOrMethodCell>
259
<VSCodeDataGridCell gridColumn="span 4">
260
- Method modeled by CodeQL or another extension pack
+ Method already modeled by CodeQL or a different extension pack
261
</VSCodeDataGridCell>
262
</VSCodeDataGridRow>
263
);
0 commit comments