Skip to content

Commit f9492d0

Browse files
author
Sam El-Husseini
committed
method stub throwing an error for SessionClient
1 parent d31f867 commit f9492d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/server/client.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ namespace ts.server {
246246
return response.body[0];
247247
}
248248

249+
getCompletionEntrySymbol(fileName: string, position: number, entryName: string): Symbol {
250+
throw new Error("Not Implemented Yet.");
251+
}
252+
249253
getNavigateToItems(searchValue: string): NavigateToItem[] {
250254
const args: protocol.NavtoRequestArgs = {
251255
searchValue,

0 commit comments

Comments
 (0)