We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794764d commit 7e708b3Copy full SHA for 7e708b3
server/src/languages/func/inspections/UnusedImpure.ts
@@ -115,6 +115,7 @@ export class UnusedImpureInspection extends UnusedInspection implements Inspecti
115
const range = asLspRange(node);
116
diagnostics.push({
117
severity: lsp.DiagnosticSeverity.Error,
118
+ code: 'unused-impure',
119
range,
120
message: "This call will be dropped due to lack of impure specifier!",
121
source: "func"
0 commit comments