aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/src/commands/runnables.ts1
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
10interface Runnable { 10interface Runnable {
11 range: lc.Range;
12 label: string; 11 label: string;
13 bin: string; 12 bin: string;
14 args: string[]; 13 args: string[];