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.
inject
1 parent 289f9d7 commit b407d0aCopy full SHA for b407d0a
arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx
@@ -157,6 +157,7 @@ export class ArduinoFrontendContribution
157
@inject(SketchesServiceClientImpl)
158
protected readonly sketchServiceClient: SketchesServiceClientImpl;
159
160
+ @inject(FrontendApplicationStateService)
161
protected readonly appStateService: FrontendApplicationStateService;
162
163
@inject(LocalStorageService)
0 commit comments