mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 23:25:14 +00:00
parent
1eac457c1b
commit
27def479bd
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ export default function SourceEditor({
|
|||
const codeActionProvider = monaco?.languages.registerCodeActionProvider(
|
||||
"python",
|
||||
{
|
||||
// @ts-expect-error: The type definition is wrong.
|
||||
provideCodeActions: function (model, position) {
|
||||
const actions = diagnostics
|
||||
.filter((check) => position.startLineNumber === check.location.row)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue