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 8a50ed9 commit 7dd276eCopy full SHA for 7dd276e
arduino-ide-extension/src/browser/app-service.ts
@@ -5,7 +5,7 @@ import type { Sketch } from './contributions/contribution';
5
6
export type { AppInfo };
7
8
-export const AppService = Symbol('AppService');
+export const AppService = Symbol("AppService");
9
export interface AppService {
10
quit(): void;
11
info(): Promise<AppInfo>;
0 commit comments