- 
                Notifications
    You must be signed in to change notification settings 
- Fork 320
Closed
Description
I suspect this is something VS Code extension authors will have to implement if it isn't something SourceKit-LSP supports already. But I'm here to find out whether it does, before I start a game of phone tag by opening an issue on a different repo that just ends up being a separate issue here anyway.
Consider the following scenario:
- I'm editing a CXX project in VS Code and I see a warning that I don't want enabled
- I go into Xcode and disable the warning
- I observe the warning does not disappear from VS Code, so I run the "Reload Window" command to restart the language server
- I observe the warning is gone now
- The reverse holds true as well and the warning reappears when re-enabled and the server restarted
Is there some message the Swift extension can send to the LSP to cause it to reload the project settings without restarting? Or, can the LSP itself monitor the project file for changes and update itself and remove the warning(s) on its own?
Metadata
Metadata
Assignees
Labels
No labels