diff --git a/editors/code/src/commands/runnables.ts b/editors/code/src/commands/runnables.ts index c0f2ada760..28ad7a3025 100644 --- a/editors/code/src/commands/runnables.ts +++ b/editors/code/src/commands/runnables.ts @@ -8,7 +8,6 @@ interface RunnablesParams { } interface Runnable { - range: lc.Range; label: string; bin: string; args: string[];