Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: language server protocol trace option #6580

Closed
1 task done
dbaeumer opened this issue May 20, 2016 · 0 comments
Closed
1 task done

Test: language server protocol trace option #6580

dbaeumer opened this issue May 20, 2016 · 0 comments

Comments

@dbaeumer
Copy link
Member

dbaeumer commented May 20, 2016

From microsoft/vscode-languageserver-node#39

Steps:

  • install eslint or tslint
    • enable tracing via the setting:
    "eslint.trace.server":"messages"

or

    "tslint.trace.server":"messages"
  • open output window and switch to the tslint / eslint channel
  • open a ts / js file and ensure that the communication between client and server is logged.
  • change the setting to: "verbose"
  • ensure that you get a verbose log
  • change the setting to "off"
  • ensure that tracing stops.
@joaomoreno joaomoreno added this to the May 2016 milestone May 23, 2016
@egamma egamma mentioned this issue May 23, 2016
87 tasks
@weinand weinand closed this as completed May 24, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants