We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aee5c commit e295573Copy full SHA for e295573
arduino-ide-extension/src/browser/contributions/boards-data-menu-updater.ts
@@ -7,7 +7,8 @@ import { inject, injectable } from '@theia/core/shared/inversify';
7
import PQueue from 'p-queue';
8
import {
9
BoardIdentifier,
10
- ConfigOption,
+ // 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,
12
isBoardIdentifierChangeEvent,
13
Programmer,
14
} from '../../common/protocol';
0 commit comments