Skip to content

Commit

Permalink
remove v12+ info on table diagnostic as v11 has been EOL for more tha…
Browse files Browse the repository at this point in the history
…n a year
  • Loading branch information
ffm committed Nov 19, 2022
1 parent 0051caa commit dca1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnosticsProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function updateDiagnostics(
{
code: "",
message:
`\`${match[2] || match[4]}\` permits argument injection, add \`--\` to terminate options (on v12+). Before v12 ensure the first argument doesn't start with a \`-\``,
`\`${match[2] || match[4]}\` permits argument injection, add \`--\` to terminate options`,
range: new vscode.Range(
new vscode.Position(lineNum, idx),
new vscode.Position(lineNum, line.length)
Expand Down

0 comments on commit dca1f3b

Please sign in to comment.