We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I do not know if this is an actual LS problem, but I find the error message not so helpful, and I think it should work.
void setup() { Serial.begin(9600); digitalWrite(LED_BUILTIN, HIGH); } int n = 0; void loop() { Serial.println("This is a test" + n++); Serial.write(98); delay(2000); }
I get this error message:
The text was updated successfully, but these errors were encountered:
I have just noticed the backend log:
root ERROR Arduino: 2019/11/28 14:08:45 jsonrpc2 handler: notification "textDocument/didChange" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:08:46 jsonrpc2 handler: notification "textDocument/didSave" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:08:46 jsonrpc2 handler: notification "workspace/didChangeWatchedFiles" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:09:00 jsonrpc2 handler: notification "textDocument/didChange" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:09:00 jsonrpc2 handler: notification "textDocument/didChange" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:09:00 jsonrpc2 handler: notification "textDocument/didSave" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:09:01 jsonrpc2 handler: notification "workspace/didChangeWatchedFiles" handling error: jsonrpc2: connection is closed root ERROR Arduino: 2019/11/28 14:09:01 jsonrpc2 handler: notification "workspace/didChangeWatchedFiles" handling error: jsonrpc2: connection is close
It is the same as #17. I am closing it.
Sorry, something went wrong.
No branches or pull requests
I do not know if this is an actual LS problem, but I find the error message not so helpful, and I think it should work.
I get this error message:

The text was updated successfully, but these errors were encountered: