Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Responses are not logged anymore #141

@alexsaveliev

Description

@alexsaveliev
  • running node lib/language-server.js -p 2089 -t which supposed to trace requests and responses

-> requests are traced, responses aren't

DEBUG --> { jsonrpc: '2.0',
  id: 13,
  method: 'textDocument/hover',
  params:
   { textDocument: { uri: 'file:///c%3A/projects/javascript-typescript-langserve
r/src/project-manager.ts' },
     position: { line: 0, character: 9 } } }
DEBUG --> { jsonrpc: '2.0',
  id: 14,
  method: 'textDocument/hover',
  params:
   { textDocument: { uri: 'file:///c%3A/projects/javascript-typescript-langserve
r/src/project-manager.ts' },
     position: { line: 0, character: 9 } } }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions