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.
1 parent c8d2e5e commit f0a3a30Copy full SHA for f0a3a30
ls/ls.go
@@ -1091,7 +1091,6 @@ func (ls *INOLanguageServer) initializeWorkbench(logger jsonrpc.FunctionLogger,
1091
1092
didSaveParams := &lsp.DidSaveTextDocumentParams{
1093
TextDocument: lsp.TextDocumentIdentifier{URI: cppURI},
1094
- Text: ls.sketchMapper.CppText.Text,
1095
}
1096
if err := ls.Clangd.conn.TextDocumentDidSave(didSaveParams); err != nil {
1097
logger.Logf(" error reinitilizing clangd:", err)
0 commit comments