Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove export

+1 -1
+1 -1
src/index.ts
··· 389 389 return proxy; 390 390 } 391 391 392 - export const init: ts.server.PluginModuleFactory = () => { 392 + const init: ts.server.PluginModuleFactory = () => { 393 393 return { create }; 394 394 }; 395 395