Skip to content

Commit e295573

Browse files
committed
Fix Error produced by "Actions"
Signed-off-by: Günter Neiß <[email protected]>
1 parent 62aee5c commit e295573

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arduino-ide-extension/src/browser/contributions/boards-data-menu-updater.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { inject, injectable } from '@theia/core/shared/inversify';
77
import PQueue from 'p-queue';
88
import {
99
BoardIdentifier,
10-
ConfigOption,
10+
// Produces Error: src/browser/contributions/boards-data-menu-updater.ts(10,3): error TS6133: 'ConfigOption' is declared but its value is never read.
11+
// ConfigOption,
1112
isBoardIdentifierChangeEvent,
1213
Programmer,
1314
} from '../../common/protocol';

0 commit comments

Comments
 (0)