Is "save/save as" being worked on?

I'm having trouble with "save as" on ide2 on mac m1. I've been searching the forum and find older posts describing similar issues, but nothing particularly recent. Where would I look to find out if something is a "known issue" or if its worth posting about?

The issue is that save-as sometimes works like ide1 and saves the project to a new folder and other times it just breaks saving files at all. I first encountered it with the ide2 beta, lost a bunch of work so switched back to ide1. Recently I tried again with 2.1.0 and had the same issue - sometimes save-as would save a file and sometimes it meant that it did nothing more than close the save dialog without doing anything, and sometimes it would break any form of saving at all until i restarted the ide (without any messages about issues - just nothing did anything)

Some of my behavior that may cause issues is 1. I move back and forth between networks all day 2. I use google docs desktop on my mac to save files to locally as well as online 3. i put my laptop to sleep a bunch of times each day (often waking up on different networks). Perhaps one of these is causing a unique conflict with ide2?

So, TLDR, I'm having trouble with saving-as in ide2 that I don't have in ide1 and would like to know how/where to look to see if my issues are known issues or if I've discovered bugs worth reporting or if I'm just a problem child that does things abnormally and should shut up.

cheers!
-a

All known issues are tracked here:

Something to note is that the issues are closed as soon as they are fixed in the codebase. This means that an issue that is closed in the tracker may still be present when using the release version of Arduino IDE. A "nightly build" is automatically generated daily. That build contains all the fixes. You can download the latest nightly build from the links listed here:

https://www.arduino.cc/en/software#nightly-builds

There were some serious bugs related to saving during the beta development phase. Those were fixed some time ago, but there is a recent regression in saving sketches that are under a path that contains certain characters:

Here is another known bug related to saving:

1 Like

There is a report here of Arduino IDE going into a non-functional state where it can't save:

The problem of Arduino IDE not communicating the failure to save when the backend is in this "offline" state has now been fixed:

The IDE now clearly communicates to the user that the IDE was unable to save and provide instructions for how they can avoid the loss of their sketch data:

image

But this change does not address the cause of the IDE going into that state. This will be difficult to investigate or prepare a fix for if we don't have a clear understanding of the conditions it occurs under.

You mention the PC going through a sleep cycle. The same was also mentioned as a possible factor in arduino/arduino-ide#2049 and in IDE 2.1.0 freezes during compile after a period of sleep. But I frequently (far more than the average user since I am regularly switching between three multiple machines as I do testing on each platform) put my computers through sleep cycles while Arduino IDE is running, yet I don't experience this problem.

If anyone can identify the specific conditions that produce the fault and provide use with detailed instructions we can follow to reproduce the fault, that would be very helpful.

Arduino 2.1.1 just updated today. Still unable to save a sketch. it seems like it saves fine, no error message, but when I try to open the saved sketch it doesn't open, it just opens a new sketch.
Sketch is working fine otherwise.

HI @CSCDEVCREW. Which operating system are you using (e.g., "Windows")?

I ask because I would like to give you the appropriate instructions for your operating system.

macos 12.6.5 here. I lost enough work i've switched back to arduino 1 in the meantime. Happy to test anything you want though.

-andrew

Windows 10 Pro OA 64

Thanks. I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    β“˜ The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :exclamation: If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting.
  9. Attempt to open the saved sketch, just as you did before.
    :exclamation: Make sure the "opens a new sketch" fault occurs this time. The goal of this procedure is to obtain the logs the IDE produces during the fault.
  10. Switch back to the PowerShell window.
  11. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  12. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  13. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  14. Open a forum reply here by clicking the Reply button.
  15. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code tags icon on toolbar
  16. Press Ctrl+V.
    This will paste the output into the code block.
  17. Move the cursor outside of the code block markup before you add any additional text to your reply.
  18. Click the Reply button to post the output.

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

PS C:\Program Files\Arduino IDE> ".\Arduino IDE"
.\Arduino IDE
PS C:\Program Files\Arduino IDE> .\Arduino IDE                                                                          .\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ .\Arduino IDE
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException                               + FullyQualifiedErrorId : CommandNotFoundException                                                                                                                                                                                          PS C:\Program Files\Arduino IDE> .\Arduino IDE                                                                          .\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ .\Arduino IDE
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Program Files\Arduino IDE> ".\Arduino IDE"
.\Arduino IDE
PS C:\Program Files\Arduino IDE> .\Arduino IDE
.\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ .\Arduino IDE
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Program Files\Arduino IDE> PS C:\Program Files\Arduino IDE> .\Arduino IDE
Get-Process : A positional parameter cannot be found that accepts argument 'Files\Arduino'.
At line:1 char:1
+ PS C:\Program Files\Arduino IDE> .\Arduino IDE
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Program Files\Arduino IDE> .\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
.\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ .\Arduino : The term '.\Arduino' is not recognized as the name of a c ...
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Program Files\Arduino IDE> program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
program. : The term 'program.' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ program. Check the spelling of the name, or if a path was included, v ...
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (program.:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\Program Files\Arduino IDE> At line:1 char:1
The AT command has been deprecated. Please use schtasks.exe instead.

Invalid command.

The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.

AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
AT [\\computername] time [/INTERACTIVE]
    [ /EVERY:date[,...] | /NEXT:date[,...]] "command"

\\computername     Specifies a remote computer. Commands are scheduled on the
                   local computer if this parameter is omitted.
id                 Is an identification number assigned to a scheduled
                   command.
/delete            Cancels a scheduled command. If id is omitted, all the
                   scheduled commands on the computer are canceled.
/yes               Used with cancel all jobs command when no further
                   confirmation is desired.
time               Specifies the time when command is to run.
/interactive       Allows the job to interact with the desktop of the user
                   who is logged on at the time the job runs.
/every:date[,...]  Runs the command on each specified day(s) of the week or
                   month. If date is omitted, the current day of the month
                   is assumed.
/next:date[,...]   Runs the specified command on the next occurrence of the
                   day (for example, next Thursday).  If date is omitted, the
                   current day of the month is assumed.
"command"          Is the Windows NT command, or batch program to be run.

PS C:\Program Files\Arduino IDE> + .\Arduino IDE
At line:1 char:2
+ + .\Arduino IDE
+  ~
Missing expression after unary operator '+'.
At line:1 char:3
+ + .\Arduino IDE
+   ~~~~~~~~~
Unexpected token '.\Arduino' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

PS C:\Program Files\Arduino IDE> + ~~~~~~~~~
At line:1 char:2
+ + ~~~~~~~~~
+  ~
Missing expression after unary operator '+'.
At line:1 char:3
+ + ~~~~~~~~~
+   ~~~~~~~~~
Unexpected token '~~~~~~~~~' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

PS C:\Program Files\Arduino IDE>     + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
At line:1 char:6
+     + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [],  ...
+      ~
Missing expression after unary operator '+'.
At line:1 char:7
+     + CategoryInfo          : ObjectNotFound: (.\Arduino:String) [],  ...
+       ~~~~~~~~~~~~
Unexpected token 'CategoryInfo' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

PS C:\Program Files\Arduino IDE>     + FullyQualifiedErrorId : CommandNotFoundException

@CSCDEVCREW you forgot to add the & at the start of the command. Please try again, but this time make sure to copy the command I provided in step (6) exactly as I wrote it.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.1.1
Starting backend process. PID: 16512
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/bbarlow/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-07-13T13:28:18.771Z root INFO Backend Object.initialize: 5.1 ms [Finished 2.708 s after backend start]
2023-07-13T13:28:18.772Z root INFO Backend Object.configure: 4.3 ms [Finished 2.708 s after backend start]
2023-07-13T13:28:18.773Z root INFO Backend MessagingContribution.onStart: 1.6 ms [Finished 2.708 s after backend start]
2023-07-13T13:28:18.774Z root INFO Backend OSBackendApplicationContribution.configure: 0.5 ms [Finished 2.771 s after backend start]
2023-07-13T13:28:18.775Z root INFO Backend DefaultWorkspaceServer.onStart: 0.4 ms [Finished 2.771 s after backend start]
2023-07-13T13:28:18.776Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.2 ms [Finished 2.771 s after backend start]
2023-07-13T13:28:18.777Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 62.6 ms [Finished 2.771 s after backend start]
2023-07-13T13:28:18.778Z root INFO Backend TaskBackendApplicationContribution.onStart: 0.4 ms [Finished 2.771 s after backend start]
2023-07-13T13:28:18.779Z root INFO Backend ElectronTokenBackendContribution.configure: 2.8 ms [Finished 2.774 s after backend start]
2023-07-13T13:28:18.779Z config INFO >>> Initializing CLI configuration...
2023-07-13T13:28:18.780Z root INFO Backend PluginDeployerContribution.initialize: 0.6 ms [Finished 2.775 s after backend start]
2023-07-13T13:28:18.780Z root INFO Backend ConfigServiceImpl.onStart: 1.1 ms [Finished 2.775 s after backend start]
2023-07-13T13:28:18.782Z config INFO Loading CLI configuration from c:\Users\bbarlow\.arduinoIDE\arduino-cli.yaml...
2023-07-13T13:28:18.782Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 0.5 ms [Finished 2.777 s after backend start]
2023-07-13T13:28:18.783Z root INFO Backend ArduinoDaemonImpl.onStart: 1.4 ms [Finished 2.778 s after backend start]
2023-07-13T13:28:18.783Z root INFO Backend NodeFileUploadService.configure: 2.6 ms [Finished 2.778 s after backend start]
2023-07-13T13:28:18.783Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-13T13:28:18.783Z discovery-log INFO start
2023-07-13T13:28:18.783Z discovery-log INFO start new deferred
2023-07-13T13:28:18.784Z root INFO Backend HostedPluginLocalizationService.initialize: 0.5 ms [Finished 2.779 s after backend start]
2023-07-13T13:28:18.784Z root INFO Backend BoardDiscovery.onStart: 1.3 ms [Finished 2.780 s after backend start]
2023-07-13T13:28:18.784Z root INFO Backend FileDownloadEndpoint.configure: 1.2 ms [Finished 2.781 s after backend start]
2023-07-13T13:28:18.784Z root INFO Backend AuthenticationServiceImpl.onStart: 0.5 ms [Finished 2.783 s after backend start]
2023-07-13T13:28:18.785Z root INFO Backend PluginApiContribution.configure: 0.6 ms [Finished 2.783 s after backend start]
2023-07-13T13:28:18.786Z root INFO Backend HostedPluginReader.configure: 0.8 ms [Finished 2.784 s after backend start]
2023-07-13T13:28:18.787Z root INFO Backend HostedPluginReader.configure: 0.1 ms [Finished 2.785 s after backend start]
2023-07-13T13:28:18.787Z root INFO Backend PlotterBackendContribution.configure: 1.8 ms [Finished 2.787 s after backend start]
2023-07-13T13:28:18.793Z root INFO Theia app listening on http://localhost:52119.
2023-07-13T13:28:18.793Z root INFO Finished starting backend application: 9.8 ms [Finished 2.793 s after backend start]
2023-07-13T13:28:18.795Z root WARN The local plugin referenced by local-dir:/c%3A/Users/bbarlow/.arduinoIDE/plugins does not exist.
2023-07-13T13:28:18.796Z root WARN The local plugin referenced by local-dir:/c%3A/Users/bbarlow/.arduinoIDE/extensions does not exist.
2023-07-13T13:28:18.810Z root WARN The local plugin referenced by local-dir:C:\Users\bbarlow\.arduinoIDE\plugins does not exist.
2023-07-13T13:28:18.858Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.858Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-07-13T13:28:18.861Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.867Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-07-13T13:28:18.868Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.869Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-07-13T13:28:18.871Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.871Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-07-13T13:28:18.872Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.872Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-07-13T13:28:18.873Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.874Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-07-13T13:28:18.874Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.875Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-07-13T13:28:18.875Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.876Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-07-13T13:28:18.876Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.883Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-07-13T13:28:18.884Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.884Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-07-13T13:28:18.886Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.887Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-07-13T13:28:18.889Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.890Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-07-13T13:28:18.895Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.909Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-07-13T13:28:18.913Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.920Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-07-13T13:28:18.932Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.941Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-07-13T13:28:18.942Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.952Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-07-13T13:28:18.952Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.959Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-07-13T13:28:18.960Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.961Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-07-13T13:28:18.964Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.965Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-07-13T13:28:18.966Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.966Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-07-13T13:28:18.967Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-13T13:28:18.968Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-07-13T13:28:18.982Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]},"daemon":{"port":"50051"},"directories":{"data":"C:\\Users\\bbarlow\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\staging","user":"\\\\cscfsv02\\bbarlow$\\Arduino"},"library":{"enable_unsafe_install":false},"logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-07-13T13:28:18.982Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-07-13T13:28:18.983Z config INFO Loaded the CLI configuration.
2023-07-13T13:28:19.014Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/bbarlow/AppData/Local/Arduino15","sketchDirUri":"file://cscfsv02/bbarlow%24/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2023-07-13T13:28:19.015Z config INFO Validating the CLI configuration...
2023-07-13T13:28:19.024Z root INFO Resolve plugins list: 242.5 ms [Finished 3.023 s after backend start]
2023-07-13T13:28:19.040Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 13.8 ms [Finished 3.038 s after backend start]
2023-07-13T13:28:19.047Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 8.3 ms [Finished 3.047 s after backend start]
2023-07-13T13:28:19.066Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 18.9 ms [Finished 3.066 s after backend start]
2023-07-13T13:28:19.067Z config INFO The CLI config is valid.
2023-07-13T13:28:19.069Z config INFO <<< Initialized the CLI configuration.
2023-07-13T13:28:19.075Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 8.8 ms [Finished 3.075 s after backend start]
2023-07-13T13:28:19.076Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 1.1 ms [Finished 3.076 s after backend start]
2023-07-13T13:28:19.260Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 183.7 ms [Finished 3.260 s after backend start]
2023-07-13T13:28:19.436Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 176.6 ms [Finished 3.437 s after backend start]
2023-07-13T13:28:19.465Z daemon INFO INFO[0000] Using config file: c:\Users\bbarlow\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:52120
{"IP":"127.0.0.1","Port":"52120"}


2023-07-13T13:28:19.466Z daemon INFO Daemon is running.
2023-07-13T13:28:19.819Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 372.1 ms [Finished 3.809 s after backend start]
2023-07-13T13:28:20.092Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 282.1 ms [Finished 4.092 s after backend start]
2023-07-13T13:28:20.094Z daemon INFO INFO[0000] Loading hardware from: C:\Users\bbarlow\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\bbarlow\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Checking signature                            error="opening signature file: open C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\bbarlow\\AppData\\Local\\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 existence of 'tools' path: C:\Users\bbarlow\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\bbarlow\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
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] Loading package builtin from: C:\Users\bbarlow\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\bbarlow\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\bbarlow\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0000] Loaded tool                                   tool="builtin:dfu-discovery@0.1.2"
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:mdns-discovery@1.0.9"
INFO[0000] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
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.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="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0000] Adding libraries dir                          dir="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0000] Loading libraries index file                  index="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\library_index.json"

2023-07-13T13:28:20.255Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 162.9 ms [Finished 4.255 s after backend start]
2023-07-13T13:28:20.349Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 94.0 ms [Finished 4.349 s after backend start]
2023-07-13T13:28:20.351Z daemon INFO INFO[0000] Adding libraries dir                          dir="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0000] Adding libraries dir                          dir="\\\\cscfsv02\\bbarlow$\\Arduino\\libraries" location=user

2023-07-13T13:28:20.485Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 135.4 ms [Finished 4.485 s after backend start]
2023-07-13T13:28:20.617Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 131.9 ms [Finished 4.617 s after backend start]
2023-07-13T13:28:20.776Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 158.8 ms [Finished 4.776 s after backend start]
2023-07-13T13:28:20.830Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 54.5 ms [Finished 4.830 s after backend start]
2023-07-13T13:28:20.964Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 134.0 ms [Finished 4.964 s after backend start]
Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
2023-07-13T13:28:21.222Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 257.2 ms [Finished 5.222 s after backend start]
Opening channel for service path '/services/ide-updater'.
2023-07-13T13:28:21.395Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 173.7 ms [Finished 5.395 s after backend start]
2023-07-13T13:28:21.441Z daemon INFO WARN[0002] Error loading library                         error="rpc error: code = Internal desc = loading library from \\\\cscfsv02\\bbarlow$\\Arduino\\libraries\\package-3111619977: invalid library: no header files found"
WARN[0002] Error loading library                         error="rpc error: code = Internal desc = loading library from \\\\cscfsv02\\bbarlow$\\Arduino\\libraries\\package-895582910: invalid library: no header files found"

2023-07-13T13:28:21.456Z discovery-log INFO start request start watch
2023-07-13T13:28:21.457Z discovery-log INFO start requested start watch
2023-07-13T13:28:21.457Z discovery-log INFO start resolved watching
2023-07-13T13:28:21.657Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 262.0 ms [Finished 5.658 s after backend start]
2023-07-13T13:28:21.658Z daemon INFO INFO[0002] starting discovery builtin:mdns-discovery process
INFO[0002] starting discovery builtin:serial-discovery process
INFO[0002] started discovery builtin:serial-discovery process
INFO[0002] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:serial-discovery
INFO[0002] started discovery builtin:mdns-discovery process
INFO[0002] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:mdns-discovery
INFO[0002] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0002] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0002] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0002] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0002] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0002] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
INFO[0002] from discovery builtin:serial-discovery received message type: add, port: COM1

2023-07-13T13:28:21.662Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM1","label":"COM1","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-07-13T13:28:21.834Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 176.6 ms [Finished 5.834 s after backend start]
2023-07-13T13:28:22.087Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Program Files\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 252.6 ms [Finished 6.087 s after backend start]
2023-07-13T13:28:22.088Z root INFO Deploy plugins list: 242.5 ms [Finished 6.088 s after backend start]
2023-07-13T13:28:22.101Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 593.2 ms [Finished 2.966 s after frontend start]
2023-07-13T13:28:22.147Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 255.5 ms [Finished 3.248 s after frontend start]
2023-07-13T13:28:22.329Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 135.7 ms [Finished 3.436 s after frontend start]
2023-07-13T13:28:22.372Z root INFO Start frontend contributions: 1194.1 ms [Finished 3.453 s after frontend start]
2023-07-13T13:28:22.373Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-07-13T13:28:22.408Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-07-13T13:28:22.409Z root INFO >>> Restoring the layout state...
2023-07-13T13:28:22.412Z root INFO ------- SERIALIZED LAYOUT DATA -------
2023-07-13T13:28:22.418Z root INFO {"version":5,"mainPanel":{"main":null},"mainPanelPinned":[],"bottomPanel":{"config":{"main":null},"pinned":[],"expanded":false},"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}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"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-07-13T13:28:22.419Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2023-07-13T13:28:22.442Z root INFO <<< The layout has been successfully restored.
2023-07-13T13:28:22.455Z root INFO Initialize the workbench layout: 50.0 ms [Finished 3.557 s after frontend start]
2023-07-13T13:28:22.475Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-07-13T13:28:22.531Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b] Waiting for backend deployment: 196.1 ms [Finished 3.642 s after frontend start]
2023-07-13T13:28:23.289Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652) starting instance
2023-07-13T13:28:23.701Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b] Sync of 21 plugins: 1139.4 ms [Finished 4.782 s after frontend start]
2023-07-13T13:28:23.707Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][marus25.cortex-debug]: Loaded contributions.
2023-07-13T13:28:23.709Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][arduino.vscode-arduino-tools]: Loaded contributions.
2023-07-13T13:28:23.709Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][vscode.cpp]: Loaded contributions.
2023-07-13T13:28:23.710Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][vscode.json]: Loaded contributions.
2023-07-13T13:28:23.711Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][vscode.json-language-features]: Loaded contributions.
2023-07-13T13:28:23.711Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-07-13T13:28:23.712Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-07-13T13:28:23.713Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-07-13T13:28:23.713Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-07-13T13:28:23.717Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-07-13T13:28:23.717Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-07-13T13:28:23.719Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-07-13T13:28:23.720Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-07-13T13:28:23.722Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-07-13T13:28:23.722Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-07-13T13:28:23.723Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-07-13T13:28:23.724Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-07-13T13:28:23.725Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-07-13T13:28:23.725Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-07-13T13:28:23.726Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-07-13T13:28:23.727Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-07-13T13:28:23.731Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b] Load contributions of 21 plugins: 32.0 ms [Finished 4.814 s after frontend start]
2023-07-13T13:28:24.215Z root INFO Frontend application start: 2370.0 ms [Finished 8.213 s after backend start]
2023-07-13T13:28:24.223Z root INFO Replace loading indicator with ready workbench UI (animation): 1288.6 ms [Finished 4.858 s after frontend start]
2023-07-13T13:28:24.223Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-07-13T13:28:24.224Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-07-13T13:28:24.236Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-07-13T13:28:24.237Z root WARN a registered grammar configuration for 'cpp' language is overridden
Checking for update
Update for version 2.1.1 is not available (latest version: 2.1.1, downgrade is allowed).
2023-07-13T13:28:24.543Z daemon INFO INFO[0005] Updating libraries index

2023-07-13T13:28:24.560Z root INFO core-client-provider [library-index]
2023-07-13T13:28:24.561Z root INFO core-client-provider [platform-index]
2023-07-13T13:28:24.568Z daemon INFO INFO[0005] Starting download                             url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
INFO[0005] Updating index                                url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
INFO[0005] Starting download                             url="https://downloads.arduino.cc/packages/package_index.tar.bz2"

2023-07-13T13:28:25.034Z root ERROR ---- !!!SLOW!!! DURATION: search took 601.025 ms. Args: [{"type":"Updatable"}] ----
2023-07-13T13:28:25.303Z sketches-service WARN Mismatching sketch file <fade2.ino> and sketch folder name <LEDFader1>. Skipping
2023-07-13T13:28:25.563Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): PluginManagerExtImpl/init()
2023-07-13T13:28:25.565Z sketches-service WARN Mismatching sketch file <fade2.ino> and sketch folder name <LEDFader1>. Skipping
2023-07-13T13:28:25.566Z sketches-service WARN Mismatching sketch file <fade2.ino> and sketch folder name <LEDFader1>. Skipping
2023-07-13T13:28:25.567Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.579Z root INFO [hosted-plugin: 7652] Debugger contribution has been registered: cortex-debug
2023-07-13T13:28:25.582Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.583Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.585Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.586Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.588Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.589Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.592Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.594Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.595Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.596Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.598Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.600Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.601Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.602Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.604Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.605Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.607Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.611Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.612Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.613Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:25.622Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-07-13T13:28:25.672Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][marus25.cortex-debug]: Started plugin.
2023-07-13T13:28:25.676Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][arduino.vscode-arduino-tools]: Started plugin.
2023-07-13T13:28:25.676Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][vscode.cpp]: Started plugin.
2023-07-13T13:28:25.677Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][vscode.json]: Started plugin.
2023-07-13T13:28:25.678Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][vscode.json-language-features]: Started plugin.
2023-07-13T13:28:25.678Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-07-13T13:28:25.679Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-07-13T13:28:25.679Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-07-13T13:28:25.680Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-07-13T13:28:25.680Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-07-13T13:28:25.681Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-07-13T13:28:25.681Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-07-13T13:28:25.682Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-07-13T13:28:25.682Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-07-13T13:28:25.682Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-07-13T13:28:25.683Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-07-13T13:28:25.683Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-07-13T13:28:25.684Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-07-13T13:28:25.684Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-07-13T13:28:25.685Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-07-13T13:28:25.685Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-07-13T13:28:25.728Z root INFO [hosted-plugin: 7652] PLUGIN_HOST(7652): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-07-13T13:28:25.774Z root INFO [hosted-plugin: 7652] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-07-13T13:28:25.779Z root INFO [hosted-plugin: 7652] GDB server console created
2023-07-13T13:28:25.789Z root INFO [06135b83-a061-4384-85a0-9430089a4e7b] Start of 21 plugins: 2077.7 ms [Finished 6.903 s after frontend start]
2023-07-13T13:28:27.118Z daemon INFO INFO[0007] Loading hardware from: C:\Users\bbarlow\AppData\Local\Arduino15\packages

2023-07-13T13:28:27.121Z daemon INFO INFO[0007] Loading package arduino from: C:\Users\bbarlow\AppData\Local\Arduino15\packages\arduino\hardware

2023-07-13T13:28:27.131Z daemon INFO INFO[0007] Checking signature                            error="opening signature file: open C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"

2023-07-13T13:28:27.133Z daemon INFO INFO[0007] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0007] Loaded platform                               platform="arduino:avr@1.8.6"

2023-07-13T13:28:27.133Z daemon INFO INFO[0007] Checking existence of 'tools' path: C:\Users\bbarlow\AppData\Local\Arduino15\packages\arduino\tools
INFO[0007] Loading tools from dir: C:\Users\bbarlow\AppData\Local\Arduino15\packages\arduino\tools

2023-07-13T13:28:27.135Z daemon INFO INFO[0007] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"

2023-07-13T13:28:27.135Z daemon INFO INFO[0007] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"

2023-07-13T13:28:27.136Z daemon INFO INFO[0007] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"

2023-07-13T13:28:27.138Z daemon INFO INFO[0007] Loading package builtin from: C:\Users\bbarlow\AppData\Local\Arduino15\packages\builtin

2023-07-13T13:28:27.139Z daemon INFO INFO[0007] Checking existence of 'tools' path: C:\Users\bbarlow\AppData\Local\Arduino15\packages\builtin\tools
INFO[0007] Loading tools from dir: C:\Users\bbarlow\AppData\Local\Arduino15\packages\builtin\tools

2023-07-13T13:28:27.140Z daemon INFO INFO[0007] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"

2023-07-13T13:28:27.145Z daemon INFO INFO[0007] Loaded tool                                   tool="builtin:dfu-discovery@0.1.2"
INFO[0007] Loaded tool                                   tool="builtin:mdns-discovery@1.0.5"
INFO[0007] Loaded tool                                   tool="builtin:mdns-discovery@1.0.6"
INFO[0007] Loaded tool                                   tool="builtin:mdns-discovery@1.0.8"
INFO[0007] Loaded tool                                   tool="builtin:mdns-discovery@1.0.9"
INFO[0007] Loaded tool                                   tool="builtin:serial-discovery@1.3.2"
INFO[0007] Loaded tool                                   tool="builtin:serial-discovery@1.3.5"
INFO[0007] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0007] Loaded tool                                   tool="builtin:serial-monitor@0.10.0"
INFO[0007] Loaded tool                                   tool="builtin:serial-monitor@0.12.0"
INFO[0007] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0007] Loaded tool                                   tool="builtin:serial-monitor@0.9.1"

2023-07-13T13:28:27.156Z daemon INFO INFO[0007] Checking signature                            index="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true

2023-07-13T13:28:27.161Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM1","label":"COM1","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-07-13T13:28:27.164Z daemon INFO INFO[0007] sending command QUIT to discovery builtin:serial-discovery
INFO[0007] from discovery builtin:serial-discovery received message type: quit, message: OK
INFO[0007] killing discovery builtin:serial-discovery process
INFO[0007] Discovery event channel closed builtin:serial-discovery. Exiting goroutine.

2023-07-13T13:28:27.167Z root INFO Attached boards and available ports changed:
2023-07-13T13:28:27.168Z root INFO  - Port is no longer available on COM1 Serial Port
2023-07-13T13:28:27.168Z root INFO ------------------------------------------
2023-07-13T13:28:27.187Z daemon INFO INFO[0007] Closed and removed discovery builtin:serial-discovery
INFO[0007] sending command QUIT to discovery builtin:mdns-discovery

2023-07-13T13:28:27.188Z daemon INFO INFO[0007] from discovery builtin:mdns-discovery received message type: quit, message: OK
INFO[0007] killing discovery builtin:mdns-discovery process
INFO[0007] Discovery event channel closed builtin:mdns-discovery. Exiting goroutine.

2023-07-13T13:28:27.202Z daemon INFO INFO[0007] Closed and removed discovery builtin:mdns-discovery

2023-07-13T13:28:27.204Z daemon INFO INFO[0007] starting discovery builtin:serial-discovery process

2023-07-13T13:28:27.207Z daemon INFO INFO[0007] started discovery builtin:serial-discovery process
INFO[0007] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:serial-discovery

2023-07-13T13:28:27.235Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0007] sending command START_SYNC to discovery builtin:serial-discovery

2023-07-13T13:28:27.236Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: start_sync, message: OK

2023-07-13T13:28:27.238Z daemon INFO INFO[0007] starting discovery builtin:mdns-discovery process

2023-07-13T13:28:27.242Z daemon INFO INFO[0007] started discovery builtin:mdns-discovery process
INFO[0007] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:mdns-discovery

2023-07-13T13:28:27.250Z daemon INFO INFO[0007] from discovery builtin:serial-discovery received message type: add, port: COM1

2023-07-13T13:28:27.252Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM1","label":"COM1","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2023-07-13T13:28:27.282Z daemon INFO INFO[0007] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1

2023-07-13T13:28:27.284Z daemon INFO INFO[0007] sending command START_SYNC to discovery builtin:mdns-discovery

2023-07-13T13:28:27.293Z daemon INFO INFO[0007] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

2023-07-13T13:28:27.294Z root INFO Attached boards and available ports changed:
2023-07-13T13:28:27.294Z root INFO  - New port is available on COM1 Serial Port
2023-07-13T13:28:27.295Z root INFO ------------------------------------------
2023-07-13T13:28:27.323Z daemon INFO INFO[0007] Adding libraries dir                          dir="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform

2023-07-13T13:28:27.324Z daemon INFO INFO[0007] Loading libraries index file                  index="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\library_index.json"

2023-07-13T13:28:27.532Z daemon INFO INFO[0008] Adding libraries dir                          dir="C:\\Users\\bbarlow\\AppData\\Local\\Arduino15\\libraries" location=ide

2023-07-13T13:28:27.537Z daemon INFO INFO[0008] Adding libraries dir                          dir="\\\\cscfsv02\\bbarlow$\\Arduino\\libraries" location=user

2023-07-13T13:28:27.848Z daemon INFO WARN[0008] Error loading library                         error="rpc error: code = Internal desc = loading library from \\\\cscfsv02\\bbarlow$\\Arduino\\libraries\\package-3111619977: invalid library: no header files found"
WARN[0008] Error loading library                         error="rpc error: code = Internal desc = loading library from \\\\cscfsv02\\bbarlow$\\Arduino\\libraries\\package-895582910: invalid library: no header files found"

Closing channel on service path '/services/electron-window-ext'.
Closing channel on service path '/services/electron-window'.
Closing channel on service path '/services/ide-updater'.
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-07-13T13:28:37.929Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 105.7 ms [Finished 1.045 s after frontend start]
2023-07-13T13:28:38.296Z root INFO Start frontend contributions: 326.6 ms [Finished 1.206 s after frontend start]
2023-07-13T13:28:38.297Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-07-13T13:28:38.300Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-07-13T13:28:38.303Z root INFO >>> Restoring the layout state...
2023-07-13T13:28:38.303Z root INFO <<< Nothing to restore.
2023-07-13T13:28:38.304Z root INFO Initialize the workbench layout: 15.9 ms [Finished 1.239 s after frontend start]
2023-07-13T13:28:38.305Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-07-13T13:28:38.327Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0] Waiting for backend deployment: 262.6 ms [Finished 1.466 s after frontend start]
2023-07-13T13:28:39.088Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960) starting instance
2023-07-13T13:28:39.342Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0] Sync of 21 plugins: 985.4 ms [Finished 2.451 s after frontend start]
2023-07-13T13:28:39.346Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][marus25.cortex-debug]: Loaded contributions.
2023-07-13T13:28:39.348Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][arduino.vscode-arduino-tools]: Loaded contributions.
2023-07-13T13:28:39.348Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][vscode.cpp]: Loaded contributions.
2023-07-13T13:28:39.349Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][vscode.json]: Loaded contributions.
2023-07-13T13:28:39.350Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][vscode.json-language-features]: Loaded contributions.
2023-07-13T13:28:39.351Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-07-13T13:28:39.352Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-07-13T13:28:39.353Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-07-13T13:28:39.353Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-07-13T13:28:39.354Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-07-13T13:28:39.355Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-07-13T13:28:39.355Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-07-13T13:28:39.356Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-07-13T13:28:39.356Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-07-13T13:28:39.357Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-07-13T13:28:39.357Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-07-13T13:28:39.358Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-07-13T13:28:39.363Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-07-13T13:28:39.367Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-07-13T13:28:39.367Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-07-13T13:28:39.368Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-07-13T13:28:39.369Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0] Load contributions of 21 plugins: 30.6 ms [Finished 2.482 s after frontend start]
2023-07-13T13:28:40.054Z root INFO Frontend application start: 2158.6 ms [Finished 24.054 s after backend start]
2023-07-13T13:28:40.057Z root INFO Replace loading indicator with ready workbench UI (animation): 1564.2 ms [Finished 2.808 s after frontend start]
2023-07-13T13:28:40.070Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-07-13T13:28:40.073Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-07-13T13:28:40.074Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-07-13T13:28:40.075Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-07-13T13:28:40.247Z root INFO Executing startup tasks:
2023-07-13T13:28:40.248Z root INFO  - 'arduino-use-inherited-boards-config' , args: [{}]
2023-07-13T13:28:40.352Z sketches-service WARN Mismatching sketch file <fade2.ino> and sketch folder name <LEDFader1>. Skipping
2023-07-13T13:28:40.617Z sketches-service WARN Mismatching sketch file <fade2.ino> and sketch folder name <LEDFader1>. Skipping
2023-07-13T13:28:40.620Z sketches-service WARN Mismatching sketch file <fade2.ino> and sketch folder name <LEDFader1>. Skipping
2023-07-13T13:28:40.959Z root ERROR ---- !!!SLOW!!! DURATION: search took 337.525 ms. Args: [{"type":"Updatable"}] ----
2023-07-13T13:28:41.146Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): PluginManagerExtImpl/init()
2023-07-13T13:28:41.156Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.166Z root INFO [hosted-plugin: 1960] Debugger contribution has been registered: cortex-debug
2023-07-13T13:28:41.169Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.170Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(cpp@1.52.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.173Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(json@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.173Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(json-language-features@1.46.1 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.174Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.176Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-cs@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.177Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-de@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.181Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-es@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(1960): initializing(vscode-language-pack-fr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.182Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.183Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-it@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.185Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-ja@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.186Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-ko@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.187Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.187Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-pl@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.188Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.189Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-ru@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.190Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-tr@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.191Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.192Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Program Files\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-13T13:28:41.210Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-07-13T13:28:41.264Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][marus25.cortex-debug]: Started plugin.
2023-07-13T13:28:41.267Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][arduino.vscode-arduino-tools]: Started plugin.
2023-07-13T13:28:41.268Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][vscode.cpp]: Started plugin.
2023-07-13T13:28:41.269Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][vscode.json]: Started plugin.
2023-07-13T13:28:41.269Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][vscode.json-language-features]: Started plugin.
2023-07-13T13:28:41.270Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-07-13T13:28:41.270Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-07-13T13:28:41.271Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-07-13T13:28:41.272Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-07-13T13:28:41.272Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-07-13T13:28:41.273Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-07-13T13:28:41.273Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-07-13T13:28:41.274Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-07-13T13:28:41.274Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-07-13T13:28:41.275Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-07-13T13:28:41.275Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-07-13T13:28:41.276Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-07-13T13:28:41.276Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-07-13T13:28:41.277Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-07-13T13:28:41.277Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-07-13T13:28:41.278Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-07-13T13:28:41.308Z root INFO [hosted-plugin: 1960] PLUGIN_HOST(1960): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-07-13T13:28:41.355Z root INFO [hosted-plugin: 1960] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-07-13T13:28:41.363Z root INFO [hosted-plugin: 1960] GDB server console created
2023-07-13T13:28:41.372Z root INFO [72cc8e76-bd48-4bd4-a205-49aa070e3da0] Start of 21 plugins: 2010.5 ms [Finished 4.513 s after frontend start]

Sorry misread the command before

I deleted the create agent that wasn't working but now it won't install a new one. Just gives an unkown error and all that's installed is the uninstaller. I tried 32 and 64 and run as administrator. Could it be blocked by antivirus?

What is the name of the sketch file you are attempting to open?

It just erased the code I was working on, and won't open it.
Saying it can't track code changes in this large a workstation.

Can't open sketch: main file missing from sketch: C:\Users\bbarlow\AppData\Local\Temp.arduinoIDE-unsaved2023613-14828-mzu1lc.zsbos\sketch_jul13a\sketch_jul13a.ino

Compilation error: Can't open sketch: main file missing from sketch: C:\Users\bbarlow\AppData\Local\Temp.arduinoIDE-unsaved2023613-14828-mzu1lc.zsbos\sketch_jul13a\sketch_jul13a.ino

sketch is now blank, but I can't copy any code to it.
last thing I did was send the code to arduino

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.