I keep seeing this message pop up. It says “Request textDocument/documentSymbol failed.” I searched the VS Code extension GitHub issues and didn’t see anything like this. Happens ALL the time. I checked and don’t think I have any experimental stuff installed. I did have an experimental feature but turned it off a few days ago. Any suggestions?
The language server output looks like…
Syntax error!
/var/folders/nh/4c3_nmmd3fs41j1lb6vzmvth0000gn/T/rescript_format_file_29215_758.res:7:1
5 │ doc:'a,
6 │ state:
7 │ }
8 │ }
9 │
I'm missing a type here
Syntax error!
/var/folders/nh/4c3_nmmd3fs41j1lb6vzmvth0000gn/T/rescript_format_file_29215_758.res:13:8-20
11 │ let (data, setData) = SolidStore.createStore({"doc": None})
12 │ }
13 │ Request textDocument/documentSymbol failed.
consecutive statements on a line must be separated by ';' or a newline