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 195c57b commit ca78c52Copy full SHA for ca78c52
arduino-ide-extension/src/browser/config/config-service-client.ts
@@ -56,7 +56,7 @@ export class ConfigServiceClient implements FrontendApplicationContribution {
56
}
57
58
get onDidChangeDataDirUri(): Event<URI | undefined> {
59
- return this.didChangeSketchDirUriEmitter.event;
+ return this.didChangeDataDirUriEmitter.event;
60
61
62
async fetchConfig(): Promise<ConfigState> {
0 commit comments