Remove redundant Runnable.range

This commit is contained in:
Igor Matuszewski 2019-03-18 17:53:07 +01:00
parent 1cd18f9237
commit bc560a2f5b

View File

@ -8,7 +8,6 @@ interface RunnablesParams {
}
interface Runnable {
range: lc.Range;
label: string;
bin: string;
args: string[];