We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fca69e3 commit 83860caCopy full SHA for 83860ca
ls/ls.go
@@ -845,6 +845,9 @@ func (ls *INOLanguageServer) TextDocumentDidOpenNotifFromIDE(logger jsonrpc.Func
845
logger.Logf("Clang already notified, do not notify it anymore")
846
return
847
}
848
+
849
+ // Queue a load of ino.cpp document symbols
850
+ ls.queueLoadCppDocumentSymbols()
851
852
853
if cppItem, err := ls.ino2cppTextDocumentItem(logger, inoTextDocItem); err != nil {
@@ -1111,7 +1114,6 @@ func (ls *INOLanguageServer) initializeWorkbench(logger jsonrpc.FunctionLogger,
1111
1114
1112
1115
1113
1116
- ls.queueLoadCppDocumentSymbols()
1117
return nil
1118
1119
0 commit comments