Skip to content

Commit 0de60e6

Browse files
committed
fix typo
1 parent d595140 commit 0de60e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/language/diagnostics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class Diagnostics {
9292
`ignore \`${v.code}\` for this line (${this.name})`,
9393
Command.create(
9494
"Fix lint",
95-
`deno._ignore_text_line_lint`,
95+
`deno._ignore_next_line_lint`,
9696
// argument
9797
textDocument.uri,
9898
v.range,

0 commit comments

Comments
 (0)