diff options
author | Igor Matuszewski <[email protected]> | 2019-03-18 16:53:07 +0000 |
---|---|---|
committer | Igor Matuszewski <[email protected]> | 2019-03-18 16:53:07 +0000 |
commit | bc560a2f5b323b6b3581b30e97cd8cca792ddb65 (patch) | |
tree | af9ab5c513f595c4b7c9626896e1a22cc7429d11 /editors | |
parent | 1cd18f9237b6ac48ca8461307f2a4eaf273ee394 (diff) |
Remove redundant Runnable.range
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/commands/runnables.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/commands/runnables.ts b/editors/code/src/commands/runnables.ts index c0f2ada76..28ad7a302 100644 --- a/editors/code/src/commands/runnables.ts +++ b/editors/code/src/commands/runnables.ts | |||
@@ -8,7 +8,6 @@ interface RunnablesParams { | |||
8 | } | 8 | } |
9 | 9 | ||
10 | interface Runnable { | 10 | interface Runnable { |
11 | range: lc.Range; | ||
12 | label: string; | 11 | label: string; |
13 | bin: string; | 12 | bin: string; |
14 | args: string[]; | 13 | args: string[]; |