method stub throwing an error for SessionClient

This commit is contained in:
Sam El-Husseini 2016-09-09 13:07:31 -07:00
parent d31f867f57
commit f9492d0e73

View file

@ -246,6 +246,10 @@ namespace ts.server {
return response.body[0];
}
getCompletionEntrySymbol(fileName: string, position: number, entryName: string): Symbol {
throw new Error("Not Implemented Yet.");
}
getNavigateToItems(searchValue: string): NavigateToItem[] {
const args: protocol.NavtoRequestArgs = {
searchValue,