rust/crates/ra_lsp_server
Ville Penttinen 0dcb1cb569 Add showWorkspaceLoadedNotification to vscode client
This allows users to control whether or not they want to see the "workspace
loaded" notification.

This is done on the server side using InitializationOptions which are provided
by the client. By default show_workspace_loaded is true, meaning the
notification is sent.
2019-03-06 11:34:38 +02:00
..
src Add showWorkspaceLoadedNotification to vscode client 2019-03-06 11:34:38 +02:00
tests/heavy_tests Add showWorkspaceLoadedNotification to vscode client 2019-03-06 11:34:38 +02:00
Cargo.toml Updates 2019-03-05 10:26:36 -05:00