You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Implement GDScriptTextDocument::willSaveWaitUntil to clean up outdated documents before saving
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated documents before saving, then update the document in `GDScriptTextDocument::didSave`.
This commit is contained in:
@@ -546,7 +546,7 @@ struct TextDocumentSyncOptions {
|
||||
* If present will save wait until requests are sent to the server. If omitted the request should not be
|
||||
* sent.
|
||||
*/
|
||||
bool willSaveWaitUntil = false;
|
||||
bool willSaveWaitUntil = true;
|
||||
|
||||
/**
|
||||
* If present save notifications are sent to the server. If omitted the notification should not be
|
||||
|
||||
Reference in New Issue
Block a user