Add message in protocol.d.ts and rename "rebuildProjects" to "reloadProjects"

This commit is contained in:
zhengbli
2015-08-20 14:53:29 -07:00
parent a4d496c4c6
commit b78e560927
3 changed files with 12 additions and 6 deletions
+6
View File
@@ -31,6 +31,12 @@ declare namespace ts.server.protocol {
*/
arguments?: any;
}
/**
* Request to reload the project structure for all the opened files
*/
export interface ReloadProjectsRequest extends Message {
}
/**
* Server-initiated event message