rust/editors/code/src
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
..
commands Rename syntaxtree text provider to SyntaxTreeContentProvider 2019-03-03 22:02:19 +02:00
events Allow syntax tree to update when changing files 2019-03-03 22:03:37 +02:00
notifications Run prettier on all files 2018-10-08 22:38:33 +01:00
config.ts Add showWorkspaceLoadedNotification to vscode client 2019-03-06 11:34:38 +02:00
extension.ts Allow syntax tree to update when changing files 2019-03-03 22:03:37 +02:00
highlighting.ts highlight macro idents 2018-12-28 18:17:43 +03:00
server.ts Add showWorkspaceLoadedNotification to vscode client 2019-03-06 11:34:38 +02:00