Investigate multiple ApplyEdit
requests from IDE on startup
#5637
Labels
Milestone
ApplyEdit
requests from IDE on startup
#5637
On a startup for a simple project (take the
0.up to 100
example project) IDE makes a total of 4(!)ApplyEdit
requests.The first request includes a text edit for the whole file.
Successive requests differ by
"visualization":{"name":{"content":{"content":"JSON"}},"project":"Builtin"}
vs"visualization":null
for individual IDE node entries in the metadata section.We need to investigate if such requests are actually necessary, especially on startup.
The text was updated successfully, but these errors were encountered: