Skip to content

Commit 4cc8a3f

Browse files
author
Akos Kitta
committed
fix: when updating index on config change
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 9125c27 commit 4cc8a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/node/core-client-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class CoreClientProvider {
7878
this.daemon.onDaemonStopped(() => this.closeClient());
7979
this.configService.onConfigChange(({ oldState, newState }) => {
8080
if (
81-
AdditionalUrls.sameAs(
81+
!AdditionalUrls.sameAs(
8282
oldState.config?.additionalUrls,
8383
newState.config?.additionalUrls
8484
)

0 commit comments

Comments
 (0)