Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

revealOutputChannelOn stopped working #288

Closed
lloydmeta opened this issue Jun 21, 2017 · 1 comment
Closed

revealOutputChannelOn stopped working #288

lloydmeta opened this issue Jun 21, 2017 · 1 comment

Comments

@lloydmeta
Copy link

Version of VSCode: 1.13.1
Version of the extension: 0.4.0
OS: macOS

Description:

Setting rust.rls.revealOutputChannelOn to "never" no longer suppresses revealing of server output.

For completeness, my settings are as follows:

    "rust.rls": {
        "revealOutputChannelOn": "never",
        "executable": "rustup",
        "args": [
            "run",
            "nightly",
            "rls"
        ],
        "useRustfmt": true
    },

Output of the "Rust logging" channel:

[Error - 1:33:31 PM] Request textDocument/definition failed.
  Message: GotoDef failed to complete successfully
  Code: -32601 
[Error - 1:33:31 PM] Request textDocument/definition failed.
  Message: GotoDef failed to complete successfully
  Code: -32601 
[Error - 1:33:33 PM] Request textDocument/definition failed.
  Message: GotoDef failed to complete successfully
  Code: -32601 
[Error - 1:33:37 PM] Request textDocument/definition failed.
  Message: GotoDef failed to complete successfully
  Code: -32601 
[Error - 1:33:37 PM] Request textDocument/definition failed.
  Message: GotoDef failed to complete successfully
  Code: -32601 
[Error - 1:34:49 PM] Request textDocument/definition failed.
  Message: GotoDef failed to complete successfully
  Code: -32601 
@KalitaAlexey
Copy link
Member

I'll look at it today. I must have broken something.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants