arduino / mdns-discovery

mdns (bonjour) pluggable discovery
GNU General Public License v3.0
17 stars 6 forks source link

Arduino IDE 2.0 on MacOS 13 always asks to authorize "mdns-discovery" #45

Closed adavid7 closed 1 year ago

adavid7 commented 1 year ago

Describe the problem

I reported this issue on the Arduino forum, and 'mikeysklar' suggested I open an issue here (see https://forums.adafruit.com/viewtopic.php?t=198778).

Every time I launch the Arduino IDE (Version: 2.0.3) on my my Mac (MacOS 13.1), I now get a popup asking

Do you want the application “mdns-discovery” to accept incoming network connections?

I go into System Preferences / Network / Firewall / Options and, indeed "mdns-discovery" does have permission to "allow incoming connections."

But the next time I launch the IDE, it asks again to allow "mdns-discovery".

I have been using the 2.0.3 release since it came out and this behavior only began recently. I can't recall exactly, but I don't think it was immediately after upgrading to MacOS 13.1.

To reproduce

  1. Reboot MacOS
  2. Launch Arduino IDE
  3. See dialog asking to allow "mdns-discovery" mdns-discovery
  4. Click Allow
  5. Check System Preferences | Network | Firewall | Options and see that it is allowing connections mdns
  6. Quit IDE
  7. Launch IDE
  8. See dialog asking to allow "mdns-discovery" again
  9. Wonder why this is being asked?

Expected behavior

I would expect to NOT have to authorize the application to allow incoming network connections every time I launch it.

mdns-discovery version

not sure -- whatever is in Arduino IDE Version: 2.0.3 Date: 2022-12-05T09:29:06.685Z CLI Version: 0.29.0 [76251df9]

Operating system

macOS

Operating system version

13.1

Additional context

Additional reports

Issue checklist

per1234 commented 1 year ago

Hi @adavid7. Thanks for your report. In order to gather more information that might help us to troubleshoot your problem, I'm going to ask you to run Arduino IDE from the command line, then share the output.

Please do this:

  1. Open a "Terminal" window.
  2. Type the following command:
    "/Applications/Arduino IDE.app/Contents/MacOS/Arduino IDE"
  3. Press Enter
  4. Wait for Arduino IDE to finish starting, including clicking the "Allow" button on the dialog you mentioned in your report.
  5. Switch back to the terminal window.
  6. Press +A. This will select all the text in the terminal window.
  7. Press +C. This will copy the selected text to the clipboard.
  8. Click on the "Leave a comment" field here on this GitHub issue.
  9. Press +V. This will paste the output into the comment.
  10. Click the Comment button to post the comment.

Please let me know if you have any questions or problems while following those instructions.

adavid7 commented 1 year ago
andy:~$ /Applications/Arduino\ IDE.app/Contents/MacOS/Arduino\ IDE 
Arduino IDE 2.0.3
Starting backend process. PID: 43689
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///Users/andy/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-02-19T17:08:07.601Z root INFO Backend Object.initialize: 3.7 ms [Finished 1.025 s after backend start]
2023-02-19T17:08:07.601Z root INFO Backend Object.configure: 2.8 ms [Finished 1.025 s after backend start]
2023-02-19T17:08:07.601Z root INFO Backend MessagingContribution.onStart: 1.4 ms [Finished 1.025 s after backend start]
2023-02-19T17:08:07.602Z root INFO Backend OSBackendApplicationContribution.configure: 0.4 ms [Finished 1.068 s after backend start]
2023-02-19T17:08:07.602Z root INFO Backend DefaultWorkspaceServer.onStart: 0.3 ms [Finished 1.068 s after backend start]
2023-02-19T17:08:07.603Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.1 ms [Finished 1.068 s after backend start]
2023-02-19T17:08:07.604Z root INFO Backend PluginLocalizationBackendContribution.initialize: 43.4 ms [Finished 1.068 s after backend start]
2023-02-19T17:08:07.604Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.2 ms [Finished 1.069 s after backend start]
2023-02-19T17:08:07.605Z root INFO Backend ElectronTokenBackendContribution.configure: 0.7 ms [Finished 1.069 s after backend start]
2023-02-19T17:08:07.606Z root INFO Backend PluginDeployerContribution.initialize: 0.4 ms [Finished 1.069 s after backend start]
2023-02-19T17:08:07.606Z root INFO Backend ConfigServiceImpl.onStart: 0.7 ms [Finished 1.070 s after backend start]
2023-02-19T17:08:07.607Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.4 ms [Finished 1.071 s after backend start]
2023-02-19T17:08:07.607Z root INFO Backend ArduinoDaemonImpl.onStart: 1.2 ms [Finished 1.072 s after backend start]
2023-02-19T17:08:07.607Z root INFO Backend NodeFileUploadService.configure: 2.0 ms [Finished 1.072 s after backend start]
2023-02-19T17:08:07.607Z daemon INFO Starting daemon from /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/arduino-ide-extension/build/arduino-cli...
2023-02-19T17:08:07.607Z discovery-log INFO start
2023-02-19T17:08:07.607Z discovery-log INFO start new deferred
2023-02-19T17:08:07.607Z root INFO Backend HostedPluginLocalizationService.initialize: 0.4 ms [Finished 1.073 s after backend start]
2023-02-19T17:08:07.607Z root INFO Backend BoardDiscovery.onStart: 0.8 ms [Finished 1.073 s after backend start]
2023-02-19T17:08:07.607Z root INFO Backend FileDownloadEndpoint.configure: 0.6 ms [Finished 1.074 s after backend start]
2023-02-19T17:08:07.608Z root INFO Backend AuthenticationServiceImpl.onStart: 0.3 ms [Finished 1.075 s after backend start]
2023-02-19T17:08:07.608Z root INFO Backend PluginApiContribution.configure: 0.4 ms [Finished 1.075 s after backend start]
2023-02-19T17:08:07.609Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 1.075 s after backend start]
2023-02-19T17:08:07.609Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 1.075 s after backend start]
2023-02-19T17:08:07.609Z root INFO Backend PlotterBackendContribution.configure: 0.9 ms [Finished 1.076 s after backend start]
2023-02-19T17:08:07.611Z root INFO Theia app listening on http://localhost:51626.
2023-02-19T17:08:07.611Z root INFO Finished starting backend application: 3.5 ms [Finished 1.078 s after backend start]
2023-02-19T17:08:07.612Z root WARN The local plugin referenced by local-dir:/Users/andy/.arduinoIDE/plugins does not exist.
2023-02-19T17:08:07.613Z root WARN The local plugin referenced by local-dir:/Users/andy/.arduinoIDE/extensions does not exist.
2023-02-19T17:08:07.613Z root WARN The local plugin referenced by local-dir:/Users/andy/.arduinoProIDE/plugins does not exist.
2023-02-19T17:08:07.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.630Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-02-19T17:08:07.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.630Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
2023-02-19T17:08:07.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.630Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-02-19T17:08:07.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.630Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-02-19T17:08:07.630Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.630Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.631Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-02-19T17:08:07.631Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-02-19T17:08:07.632Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-02-19T17:08:07.632Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-02-19T17:08:07.649Z root INFO Resolve plugins list: 43.0 ms [Finished 1.117 s after backend start]
2023-02-19T17:08:07.654Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/cortex-debug/extension/dist/extension.js": 4.1 ms [Finished 1.121 s after backend start]
2023-02-19T17:08:07.656Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.5" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-arduino-tools/extension/dist/bundle": 2.5 ms [Finished 1.124 s after backend start]
2023-02-19T17:08:07.664Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-builtin-cpp/extension": 7.6 ms [Finished 1.132 s after backend start]
2023-02-19T17:08:07.666Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-builtin-json/extension": 1.6 ms [Finished 1.133 s after backend start]
2023-02-19T17:08:07.666Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain": 0.4 ms [Finished 1.134 s after backend start]
2023-02-19T17:08:07.728Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-bg/extension": 61.5 ms [Finished 1.195 s after backend start]
2023-02-19T17:08:07.735Z daemon INFO INFO[0000] Using config file: /Users/andy/.arduinoIDE/arduino-cli.yaml 
INFO[0000] arduino-cli version 0.29.0                   
INFO[0000] Executing `arduino-cli daemon`               
{"IP":"127.0.0.1","Port":"51627"}

2023-02-19T17:08:07.735Z daemon INFO Daemon is running.
2023-02-19T17:08:07.796Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-cs/extension": 68.3 ms [Finished 1.264 s after backend start]
2023-02-19T17:08:07.885Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-de/extension": 89.6 ms [Finished 1.353 s after backend start]
2023-02-19T17:08:07.970Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-es/extension": 85.0 ms [Finished 1.438 s after backend start]
2023-02-19T17:08:07.971Z daemon INFO INFO[0000] Loading hardware from: /Users/andy/Library/Arduino15/packages 
INFO[0000] Loading package arduino from: /Users/andy/Library/Arduino15/packages/arduino/hardware 
INFO[0000] Checking signature                            error="opening signature file: open /Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/installed.json.sig: no such file or directory" index=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/installed.json signatureFile=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/installed.json.sig
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0000] Checking signature                            error="opening signature file: open /Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/installed.json.sig: no such file or directory" index=/Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/installed.json signatureFile=/Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/installed.json.sig
INFO[0000] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0000] Loaded platform                               platform="arduino:samd@1.8.13"
INFO[0000] Checking existence of 'tools' path: /Users/andy/Library/Arduino15/packages/arduino/tools 
INFO[0000] Loading tools from dir: /Users/andy/Library/Arduino15/packages/arduino/tools 
INFO[0000] Loaded tool                                   tool="arduino:CMSIS@4.5.0"
INFO[0000] Loaded tool                                   tool="arduino:CMSIS-Atmel@1.2.0"
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.2.1"
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0000] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@7-2017q4"
INFO[0000] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0000] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0000] Loaded tool                                   tool="arduino:bossac@1.7.0-arduino3"
INFO[0000] Loaded tool                                   tool="arduino:openocd@0.10.0-arduino7"
INFO[0000] Loading package builtin from: /Users/andy/Library/Arduino15/packages/builtin 
INFO[0000] Checking existence of 'tools' path: /Users/andy/Library/Arduino15/packages/builtin/tools 
INFO[0000] Loading tools from dir: /Users/andy/Library/Arduino15/packages/builtin/tools 
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.5"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0000] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.2.1"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.3"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.5"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.12.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0000] Loaded tool                                   tool="builtin:serial-monitor@0.9.1"
INFO[0000] Checking signature                            index=/Users/andy/Library/Arduino15/package_index.json signatureFile=/Users/andy/Library/Arduino15/package_index.json.sig trusted=true
INFO[0000] Checking signature                            error="opening signature file: open /Users/andy/Library/Arduino15/package_adafruit_index.json.sig: no such file or directory" index=/Users/andy/Library/Arduino15/package_adafruit_index.json signatureFile=/Users/andy/Library/Arduino15/package_adafruit_index.json.sig
INFO[0000] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/libraries location=platform
INFO[0000] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform
INFO[0000] Loading libraries index file                  index=/Users/andy/Library/Arduino15/library_index.json

2023-02-19T17:08:08.028Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-fr/extension": 57.8 ms [Finished 1.496 s after backend start]
2023-02-19T17:08:08.065Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-hu/extension": 36.4 ms [Finished 1.532 s after backend start]
2023-02-19T17:08:08.118Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-it/extension": 53.0 ms [Finished 1.585 s after backend start]
2023-02-19T17:08:08.169Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-ja/extension": 51.3 ms [Finished 1.637 s after backend start]
2023-02-19T17:08:08.170Z daemon INFO INFO[0000] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/libraries location=ide
INFO[0000] Adding libraries dir                          dir=/Users/andy/Documents/Arduino/libraries location=user

2023-02-19T17:08:08.215Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-ko/extension": 45.8 ms [Finished 1.683 s after backend start]
2023-02-19T17:08:08.258Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-nl/extension": 43.0 ms [Finished 1.726 s after backend start]
2023-02-19T17:08:08.309Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-pl/extension": 50.6 ms [Finished 1.776 s after backend start]
2023-02-19T17:08:08.369Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-pt-BR/extension": 60.1 ms [Finished 1.837 s after backend start]
2023-02-19T17:08:08.426Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-ru/extension": 57.2 ms [Finished 1.894 s after backend start]
2023-02-19T17:08:08.474Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-tr/extension": 47.8 ms [Finished 1.942 s after backend start]
2023-02-19T17:08:08.509Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-uk/extension": 34.9 ms [Finished 1.977 s after backend start]
2023-02-19T17:08:08.558Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-language-pack-zh-hans/extension": 49.0 ms [Finished 2.026 s after backend start]
2023-02-19T17:08:08.558Z root INFO Deploy plugins list: 43.0 ms [Finished 2.026 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-02-19T17:08:09.181Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 219.7 ms [Finished 1.474 s after frontend start]
2023-02-19T17:08:12.048Z root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 2735.7 ms [Finished 4.357 s after frontend start]
2023-02-19T17:08:12.074Z root INFO Start frontend contributions: 3177.5 ms [Finished 4.365 s after frontend start]
2023-02-19T17:08:12.074Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-02-19T17:08:12.097Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-02-19T17:08:12.097Z root INFO >>> Restoring the layout state...
2023-02-19T17:08:12.099Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-02-19T17:08:12.100Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///Users/andy/Documents/Arduino/sketch_feb11a/sketch_feb11a.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":true,\"selectionStart\":{\"lineNumber\":30,\"column\":59},\"position\":{\"lineNumber\":30,\"column\":110}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":35,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"},{"constructionOptions":{"factoryId":"serial-monitor"}}],"currentIndex":1}},"pinned":[false,false],"size":332,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]}}
2023-02-19T17:08:12.100Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-02-19T17:08:12.124Z discovery-log INFO start request start watch
2023-02-19T17:08:12.125Z discovery-log INFO start requested start watch
2023-02-19T17:08:12.125Z discovery-log INFO start resolved watching
2023-02-19T17:08:12.126Z daemon INFO INFO[0004] starting discovery builtin:serial-discovery process 

2023-02-19T17:08:12.126Z daemon INFO INFO[0004] starting discovery builtin:mdns-discovery process 

2023-02-19T17:08:12.131Z daemon INFO INFO[0004] started discovery builtin:serial-discovery process 
INFO[0004] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:serial-discovery 

2023-02-19T17:08:12.133Z daemon INFO INFO[0004] started discovery builtin:mdns-discovery process 

2023-02-19T17:08:12.133Z daemon INFO INFO[0004] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery 

2023-02-19T17:08:12.144Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1 
INFO[0004] sending command START_SYNC to discovery builtin:serial-discovery 

2023-02-19T17:08:12.144Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: start_sync, message: OK 

2023-02-19T17:08:12.145Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/cu.BLTH 

2023-02-19T17:08:12.145Z daemon INFO INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/cu.LG-PL57F 
INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/cu.Bluetooth-Incoming-Port 
INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/cu.SLAB_USBtoUART 
INFO[0004] from discovery builtin:serial-discovery received message type: add, port: /dev/cu.usbserial-016781FF 

2023-02-19T17:08:12.148Z daemon INFO INFO[0004] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1 

2023-02-19T17:08:12.149Z daemon INFO INFO[0004] sending command START_SYNC to discovery builtin:mdns-discovery 
INFO[0004] from discovery builtin:mdns-discovery received message type: start_sync, message: OK 

2023-02-19T17:08:12.151Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"/dev/cu.BLTH","label":"/dev/cu.BLTH","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[]}},"error":""}
2023-02-19T17:08:12.152Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"/dev/cu.LG-PL57F","label":"/dev/cu.LG-PL57F","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[]}},"error":""}
2023-02-19T17:08:12.152Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"/dev/cu.Bluetooth-Incoming-Port","label":"/dev/cu.Bluetooth-Incoming-Port","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[]}},"error":""}
2023-02-19T17:08:12.160Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327] Waiting for backend deployment: 111.8 ms [Finished 4.471 s after frontend start]
2023-02-19T17:08:12.246Z root INFO Attached boards and available ports changed:
2023-02-19T17:08:12.246Z root INFO  - New port is available on /dev/cu.BLTH Serial Port
2023-02-19T17:08:12.246Z root INFO ------------------------------------------
2023-02-19T17:08:12.247Z root INFO Attached boards and available ports changed:
2023-02-19T17:08:12.247Z root INFO  - New port is available on /dev/cu.LG-PL57F Serial Port
2023-02-19T17:08:12.247Z root INFO ------------------------------------------
2023-02-19T17:08:12.247Z root INFO Attached boards and available ports changed:
2023-02-19T17:08:12.248Z root INFO  - New port is available on /dev/cu.Bluetooth-Incoming-Port Serial Port
2023-02-19T17:08:12.248Z root INFO ------------------------------------------
2023-02-19T17:08:12.598Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699) starting instance
2023-02-19T17:08:12.821Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"/dev/cu.SLAB_USBtoUART","label":"/dev/cu.SLAB_USBtoUART","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0xEA60"],["serialNumber","016781FF"],["vid","0x10C4"]]}},"error":""}
2023-02-19T17:08:12.981Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327] Sync of 21 plugins: 822.0 ms [Finished 5.293 s after frontend start]
2023-02-19T17:08:12.996Z root INFO Attached boards and available ports changed:
2023-02-19T17:08:12.996Z root INFO  - New port is available on /dev/cu.SLAB_USBtoUART Serial Port (USB)
2023-02-19T17:08:12.996Z root INFO ------------------------------------------
2023-02-19 09:08:13.079 Arduino IDE Helper (Renderer)[43695:6079842] CoreText note: Client requested name ".NewYork-Regular", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2023-02-19 09:08:13.079 Arduino IDE Helper (Renderer)[43695:6079842] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2023-02-19T17:08:13.115Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"/dev/cu.usbserial-016781FF","label":"/dev/cu.usbserial-016781FF","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0xEA60"],["serialNumber","016781FF"],["vid","0x10C4"]]}},"error":""}
2023-02-19T17:08:13.211Z root INFO Attached boards and available ports changed:
2023-02-19T17:08:13.211Z root INFO  - New port is available on /dev/cu.usbserial-016781FF Serial Port (USB)
2023-02-19T17:08:13.212Z root INFO ------------------------------------------
2023-02-19 09:08:13.232 Arduino IDE Helper (Renderer)[43695:6079842] CoreText note: Client requested name ".NewYork-Regular", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2023-02-19T17:08:13.355Z root INFO <<< The layout has been successfully restored.
2023-02-19T17:08:13.439Z root INFO Initialize the workbench layout: 1271.7 ms [Finished 5.668 s after frontend start]
2023-02-19T17:08:13.441Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-02-19T17:08:13.441Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][marus25.cortex-debug]: Loaded contributions.
2023-02-19T17:08:13.442Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][arduino.vscode-arduino-tools]: Loaded contributions.
2023-02-19T17:08:13.442Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][vscode.cpp]: Loaded contributions.
2023-02-19T17:08:13.443Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][vscode.json]: Loaded contributions.
2023-02-19T17:08:13.443Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][vscode.json-language-features]: Loaded contributions.
2023-02-19T17:08:13.443Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-02-19T17:08:13.443Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-02-19T17:08:13.444Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-02-19T17:08:13.445Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-02-19T17:08:13.445Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-02-19T17:08:13.445Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-02-19T17:08:13.445Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-02-19T17:08:13.445Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-02-19T17:08:13.446Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-02-19T17:08:13.446Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327] Load contributions of 21 plugins: 80.6 ms [Finished 5.750 s after frontend start]
2023-02-19T17:08:13.491Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-02-19T17:08:13.491Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-02-19T17:08:13.934Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): PluginManagerExtImpl/init()
2023-02-19T17:08:13.937Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(cortex-debug@1.5.1 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.940Z root INFO [hosted-plugin: 43699] Debugger contribution has been registered: cortex-debug
2023-02-19T17:08:13.941Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-arduino-tools@0.0.2-beta.5 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.941Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(cpp@1.52.1 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.942Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(json@1.46.1 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.942Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(json-language-features@1.46.1 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.943Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-bg@1.48.3 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.944Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-cs@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.944Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-de@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.945Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-es@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.946Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-fr@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.946Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-hu@1.48.3 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.947Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-it@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.947Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-ja@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.948Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-ko@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.948Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-nl@1.48.3 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.948Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-pl@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.949Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-pt-BR@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.949Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-ru@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.949Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-tr@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.950Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-uk@1.48.3 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.950Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): initializing(vscode-language-pack-zh-hans@1.53.2 with /Applications/Arduino IDE.app/Contents/Resources/app/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init)
2023-02-19T17:08:13.962Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): PluginManagerExtImpl/loadPlugin(/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/jsonMain)
2023-02-19T17:08:14.005Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): PluginManagerExtImpl/loadPlugin(/Applications/Arduino IDE.app/Contents/Resources/app/plugins/vscode-arduino-tools/extension/dist/bundle)
2023-02-19T17:08:14.028Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][marus25.cortex-debug]: Started plugin.
2023-02-19T17:08:14.029Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][arduino.vscode-arduino-tools]: Started plugin.
2023-02-19T17:08:14.029Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][vscode.cpp]: Started plugin.
2023-02-19T17:08:14.029Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][vscode.json]: Started plugin.
2023-02-19T17:08:14.029Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][vscode.json-language-features]: Started plugin.
2023-02-19T17:08:14.029Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-02-19T17:08:14.029Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-02-19T17:08:14.030Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-02-19T17:08:14.030Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-02-19T17:08:14.031Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-02-19T17:08:14.031Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-02-19T17:08:14.031Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-02-19T17:08:14.031Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-02-19T17:08:14.031Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-02-19T17:08:14.032Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-02-19T17:08:14.034Z root INFO [hosted-plugin: 43699] PLUGIN_HOST(43699): PluginManagerExtImpl/loadPlugin(/Applications/Arduino IDE.app/Contents/Resources/app/plugins/cortex-debug/extension/dist/extension.js)
2023-02-19T17:08:14.061Z root INFO [hosted-plugin: 43699] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-02-19T17:08:14.063Z root INFO [hosted-plugin: 43699] GDB server console created
2023-02-19T17:08:14.070Z root INFO [bb3b8d94-9caa-4e06-980a-0c6aa8b03327] Start of 21 plugins: 624.5 ms [Finished 6.381 s after frontend start]
2023-02-19T17:08:14.681Z root INFO Frontend application start: 5519.2 ms [Finished 8.146 s after backend start]
2023-02-19T17:08:14.683Z root INFO Replace loading indicator with ready workbench UI (animation): 845.8 ms [Finished 6.597 s after frontend start]
2023-02-19T17:08:14.683Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-02-19T17:08:14.683Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-02-19T17:08:15.097Z monitor-service INFO starting monitor
2023-02-19T17:08:15.098Z daemon INFO INFO[0007] Starting monitor process                      monitor=serial-monitor

2023-02-19T17:08:15.098Z daemon INFO INFO[0007] Starting monitor process                      monitor=serial-monitor

2023-02-19T17:08:15.102Z daemon INFO INFO[0007] Monitor process started successfully!         monitor=serial-monitor

2023-02-19T17:08:15.102Z daemon INFO INFO[0007] sending command                               command="HELLO 1 \"arduino-cli 0.29.0\"" monitor=serial-monitor

2023-02-19T17:08:15.104Z daemon INFO INFO[0007] Monitor process started successfully!         monitor=serial-monitor
INFO[0007] sending command                               command="HELLO 1 \"arduino-cli 0.29.0\"" monitor=serial-monitor

Checking for update
2023-02-19T17:08:15.115Z daemon INFO INFO[0007] received message                              error=false event_type=hello message=OK monitor=serial-monitor
INFO[0007] sending command                               command=DESCRIBE monitor=serial-monitor
INFO[0007] received message                              error=false event_type=hello message=OK monitor=serial-monitor
INFO[0007] sending command                               command=DESCRIBE monitor=serial-monitor
INFO[0007] received message                              error=false event_type=describe message=OK monitor=serial-monitor
INFO[0007] sending command                               command=QUIT monitor=serial-monitor
INFO[0007] received message                              error=false event_type=quit message=OK monitor=serial-monitor
INFO[0007] Killing monitor process                       monitor=serial-monitor
INFO[0007] received message                              error=false event_type=describe message=OK monitor=serial-monitor
INFO[0007] sending command                               command=QUIT monitor=serial-monitor
INFO[0007] received message                              error=false event_type=quit message=OK monitor=serial-monitor
INFO[0007] Killing monitor process                       monitor=serial-monitor
ERRO[0007] stopped decode loop: read |0: file already closed  monitor=serial-monitor
INFO[0007] Monitor process killed                        monitor=serial-monitor
ERRO[0007] stopped decode loop: EOF                      monitor=serial-monitor
INFO[0007] Monitor process killed                        monitor=serial-monitor

2023-02-19T17:08:15.118Z daemon INFO INFO[0007] Starting monitor process                      monitor=serial-monitor

2023-02-19T17:08:15.152Z daemon INFO INFO[0007] Monitor process started successfully!         monitor=serial-monitor
INFO[0007] sending command                               command="HELLO 1 \"arduino-cli 0.29.0\"" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=hello message=OK monitor=serial-monitor
INFO[0007] sending command                               command=DESCRIBE monitor=serial-monitor
INFO[0007] received message                              error=false event_type=describe message=OK monitor=serial-monitor
INFO[0007] sending command                               command="CONFIGURE baudrate 115200" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=configure message=OK monitor=serial-monitor
INFO[0007] sending command                               command="CONFIGURE bits 8" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=configure message=OK monitor=serial-monitor
INFO[0007] sending command                               command="CONFIGURE dtr on" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=configure message=OK monitor=serial-monitor
INFO[0007] sending command                               command="CONFIGURE parity none" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=configure message=OK monitor=serial-monitor
INFO[0007] sending command                               command="CONFIGURE rts on" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=configure message=OK monitor=serial-monitor
INFO[0007] sending command                               command="CONFIGURE stop_bits 1" monitor=serial-monitor
INFO[0007] received message                              error=false event_type=configure message=OK monitor=serial-monitor
INFO[0007] sending command                               command="OPEN 127.0.0.1:51653 /dev/cu.SLAB_USBtoUART" monitor=serial-monitor

2023-02-19T17:08:15.160Z daemon INFO INFO[0007] received message                              error=false event_type=open message=OK monitor=serial-monitor
INFO[0007] Port /dev/cu.SLAB_USBtoUART successfully opened 

2023-02-19T17:08:15.161Z monitor-service INFO Using port configuration for serial:/dev/cu.SLAB_USBtoUART: {"settingsList":[{"settingId":"baudrate","value":"115200"},{"settingId":"bits","value":"8"},{"settingId":"dtr","value":"on"},{"settingId":"parity","value":"none"},{"settingId":"rts","value":"on"},{"settingId":"stop_bits","value":"1"}]}
2023-02-19T17:08:15.162Z monitor-service INFO started monitor to /dev/cu.SLAB_USBtoUART using serial
2023-02-19T17:08:15.277Z root INFO Starting language server: arduino:avr:uno
2023-02-19T17:08:15.281Z daemon INFO INFO[0007] Updating libraries index                     

2023-02-19T17:08:15.282Z daemon INFO INFO[0007] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2023-02-19T17:08:15.284Z root INFO core-client-provider [platform-index]
2023-02-19T17:08:15.285Z root INFO core-client-provider [library-index]
2023-02-19T17:08:15.344Z daemon INFO INFO[0007] Searching tools required for board arduino:avr:uno 
INFO[0007] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0007] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0007] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"
INFO[0007] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/libraries location=ide
INFO[0007] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform
INFO[0007] Adding libraries dir                          dir=/Users/andy/Documents/Arduino/libraries location=user

Update for version 2.0.3 is not available (latest version: 2.0.3, downgrade is allowed).
2023-02-19T17:08:16.016Z root ERROR ---- !!!SLOW!!! DURATION: search took 912.198 ms. Args: [{"type":"Updatable"}] ----
2023-02-19T17:08:16.017Z root INFO core-client-provider [platform-index]
2023-02-19T17:08:16.018Z daemon INFO INFO[0007] Updating index                                url="https://adafruit.github.io/arduino-board-index/package_adafruit_index.json"
INFO[0007] Resolving include Adafruit_NeoPixel.h for arch avr 
INFO[0007]   found better lib                            lib="Adafruit NeoPixel" prio=643
INFO[0008] Searching tools required for board arduino:avr:uno 
INFO[0008] Required tool                                 tool="arduino:arduinoOTA@1.3.0"
INFO[0008] Required tool                                 tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0008] Required tool                                 tool="arduino:avrdude@6.3.0-arduino17"

2023-02-19T17:08:16.680Z daemon INFO INFO[0009] Loading hardware from: /Users/andy/Library/Arduino15/packages 

2023-02-19T17:08:16.680Z daemon INFO INFO[0009] Loading package arduino from: /Users/andy/Library/Arduino15/packages/arduino/hardware 

2023-02-19T17:08:16.683Z daemon INFO INFO[0009] Checking signature                            error="opening signature file: open /Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/installed.json.sig: no such file or directory" index=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/installed.json signatureFile=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/installed.json.sig

2023-02-19T17:08:16.685Z daemon INFO INFO[0009] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0009] Loaded platform                               platform="arduino:avr@1.8.6"

2023-02-19T17:08:16.687Z daemon INFO INFO[0009] Checking signature                            error="opening signature file: open /Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/installed.json.sig: no such file or directory" index=/Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/installed.json signatureFile=/Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/installed.json.sig

2023-02-19T17:08:16.688Z daemon INFO INFO[0009] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0009] Loaded platform                               platform="arduino:samd@1.8.13"
INFO[0009] Checking existence of 'tools' path: /Users/andy/Library/Arduino15/packages/arduino/tools 
INFO[0009] Loading tools from dir: /Users/andy/Library/Arduino15/packages/arduino/tools 

2023-02-19T17:08:16.689Z daemon INFO INFO[0009] Loaded tool                                   tool="arduino:CMSIS@4.5.0"

2023-02-19T17:08:16.689Z daemon INFO INFO[0009] Loaded tool                                   tool="arduino:CMSIS-Atmel@1.2.0"
INFO[0009] Loaded tool                                   tool="arduino:arduinoOTA@1.2.1"
INFO[0009] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"

2023-02-19T17:08:16.689Z daemon INFO INFO[0009] Loaded tool                                   tool="arduino:arm-none-eabi-gcc@7-2017q4"
INFO[0009] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-02-19T17:08:16.689Z daemon INFO INFO[0009] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"

2023-02-19T17:08:16.689Z daemon INFO INFO[0009] Loaded tool                                   tool="arduino:bossac@1.7.0-arduino3"
INFO[0009] Loaded tool                                   tool="arduino:openocd@0.10.0-arduino7"
INFO[0009] Loading package builtin from: /Users/andy/Library/Arduino15/packages/builtin 

2023-02-19T17:08:16.690Z daemon INFO INFO[0009] Checking existence of 'tools' path: /Users/andy/Library/Arduino15/packages/builtin/tools 
INFO[0009] Loading tools from dir: /Users/andy/Library/Arduino15/packages/builtin/tools 

2023-02-19T17:08:16.690Z daemon INFO INFO[0009] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"

2023-02-19T17:08:16.690Z daemon INFO INFO[0009] Loaded tool                                   tool="builtin:mdns-discovery@1.0.5"
INFO[0009] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0009] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"

2023-02-19T17:08:16.690Z daemon INFO INFO[0009] Loaded tool                                   tool="builtin:serial-discovery@1.2.1"
INFO[0009] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0009] Loaded tool                                   tool="builtin:serial-discovery@1.3.3"
INFO[0009] Loaded tool                                   tool="builtin:serial-discovery@1.3.5"
INFO[0009] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"

2023-02-19T17:08:16.690Z daemon INFO INFO[0009] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"
INFO[0009] Loaded tool                                   tool="builtin:serial-monitor@0.11.0"
INFO[0009] Loaded tool                                   tool="builtin:serial-monitor@0.12.0"
INFO[0009] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0009] Loaded tool                                   tool="builtin:serial-monitor@0.9.1"

2023-02-19T17:08:16.695Z daemon INFO INFO[0009] Checking signature                            index=/Users/andy/Library/Arduino15/package_index.json signatureFile=/Users/andy/Library/Arduino15/package_index.json.sig trusted=true

2023-02-19T17:08:16.698Z daemon INFO INFO[0009] Checking signature                            error="opening signature file: open /Users/andy/Library/Arduino15/package_adafruit_index.json.sig: no such file or directory" index=/Users/andy/Library/Arduino15/package_adafruit_index.json signatureFile=/Users/andy/Library/Arduino15/package_adafruit_index.json.sig

2023-02-19T17:08:16.699Z daemon INFO INFO[0009] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/packages/arduino/hardware/avr/1.8.6/libraries location=platform

2023-02-19T17:08:16.699Z daemon INFO INFO[0009] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/packages/arduino/hardware/samd/1.8.13/libraries location=platform
INFO[0009] Loading libraries index file                  index=/Users/andy/Library/Arduino15/library_index.json

2023-02-19T17:08:16.832Z daemon INFO INFO[0009] Adding libraries dir                          dir=/Users/andy/Library/Arduino15/libraries location=ide

2023-02-19T17:08:16.833Z daemon INFO INFO[0009] Adding libraries dir                          dir=/Users/andy/Documents/Arduino/libraries location=user
maddisondesigns commented 1 year ago

I'm getting the same annoying message as well. It happens every time you start the Arduino IDE, and it also happens every time you try to compile when using VS Code (with the Visual Studio Code extension for Arduino).

Using Arduino IDE 2.0.3 and macOS Ventura 13.2.1

tkevb commented 1 year ago

I also have the same issue.

Arduino IDE Version: 2.0.4 Date: 2023-02-27T16:11:45.995Z CLI Version: 0.31.0

Mac OS Ventura, Version 13.1 (22C65)

umbynos commented 1 year ago

I think I know the issue: It's both a problem of notarization and not having the right entitlement to be able to perform network operations. This should be the right entitlement. Something like https://github.com/arduino/imgtool-packing/pull/11 must be implemented

umbynos commented 1 year ago

@adavid7 Could you please test if this is solved with the latest rc of mdns-discovery? Unfortunately, I cannot reproduce the problem.

In order to test this please replace the content of ~/Libraries/Arduino15/packages/builtin/tools/mdns-discovery/1.0.8/... with the content of https://github.com/arduino/mdns-discovery/releases/download/v1.0.9-rc1/mdns-discovery_v1.0.9-rc1_macOS_64bit.tar.gz and then start the IDE

adavid7 commented 1 year ago

Yes, that worked, after I rebooted! No more messages asking to allow it.

Thanks!

.Andy

On Mar 21, 2023, at 12:28 PM, Umberto Baldi @.***> wrote:

@adavid7 https://urldefense.com/v3/__https://github.com/adavid7__;!!K-Hz7m0Vt54!iJ2OgKhNyw0DQzq-_F1ksa4YnmtayJmUcXsWzFVL2OwGnRu7YFv9hq8bpaO0sCVtfBQWn7Lq8xqSZq2oOpaUF-M4$ Could you please test if this is solved with the latest rc of mdns-discovery https://urldefense.com/v3/__https://github.com/arduino/mdns-discovery/releases/tag/v1.0.9-rc1__;!!K-Hz7m0Vt54!iJ2OgKhNyw0DQzq-_F1ksa4YnmtayJmUcXsWzFVL2OwGnRu7YFv9hq8bpaO0sCVtfBQWn7Lq8xqSZq2oOjB0-OA8$? Unfortunately, I cannot reproduce the problem.

In order to test this please replace the content of ~/Libraries/Arduino15/packages/builtin/tools/mdns-discovery/1.0.8/... with the content of https://github.com/arduino/mdns-discovery/releases/download/v1.0.9-rc1/mdns-discovery_v1.0.9-rc1_macOS_64bit.tar.gz https://urldefense.com/v3/__https://github.com/arduino/mdns-discovery/releases/download/v1.0.9-rc1/mdns-discovery_v1.0.9-rc1_macOS_64bit.tar.gz__;!!K-Hz7m0Vt54!iJ2OgKhNyw0DQzq-_F1ksa4YnmtayJmUcXsWzFVL2OwGnRu7YFv9hq8bpaO0sCVtfBQWn7Lq8xqSZq2oOsbVuhkQ$ and then start the IDE

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/arduino/mdns-discovery/issues/45*issuecomment-1478172352__;Iw!!K-Hz7m0Vt54!iJ2OgKhNyw0DQzq-_F1ksa4YnmtayJmUcXsWzFVL2OwGnRu7YFv9hq8bpaO0sCVtfBQWn7Lq8xqSZq2oOhqOVDYS$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AJKCAAUNEKYUWB4VG62LHZLW5HJJPANCNFSM6AAAAAAU52ESYY__;!!K-Hz7m0Vt54!iJ2OgKhNyw0DQzq-_F1ksa4YnmtayJmUcXsWzFVL2OwGnRu7YFv9hq8bpaO0sCVtfBQWn7Lq8xqSZq2oOrtV4qX8$. You are receiving this because you were mentioned.

umbynos commented 1 year ago

Solved in v1.0.9