We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9125c27 commit 4cc8a3fCopy full SHA for 4cc8a3f
arduino-ide-extension/src/node/core-client-provider.ts
@@ -78,7 +78,7 @@ export class CoreClientProvider {
78
this.daemon.onDaemonStopped(() => this.closeClient());
79
this.configService.onConfigChange(({ oldState, newState }) => {
80
if (
81
- AdditionalUrls.sameAs(
+ !AdditionalUrls.sameAs(
82
oldState.config?.additionalUrls,
83
newState.config?.additionalUrls
84
)
0 commit comments