-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix annoying popup error. #51
base: master
Are you sure you want to change the base?
Conversation
i'm not sure -- what happens that is not as expected? is it a separate issue? |
let trace = { | ||
"off" : RevealOutputChannelOn.Never, | ||
"message" : RevealOutputChannelOn.Warn, | ||
"verbose" : RevealOutputChannelOn.Info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the same feature? is there some documentation / comparable language server extension to compare with?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intelliphense just disables it: https://github.com/bmewburn/vscode-intelephense/blob/master/src/extension.ts#L158
also maybe the confusion is because the settings for ... although also good to report the error that is being triggered so it can be fixed :) |
Yes is the same feature, sorry if I misunderstand.
I don't knew it.
Yes it is. I wiil open a issue to not blend the subjects. Thank you for your time. |
I mean.. why should the trace verbosity affect if the output channel is revealed? what makes you think this is how it should be done? |
Hi again, I think must have an option to disable the annoying error pop up, even if another json key must be created only for that. In debug scenarios this could be enabled or maybe set the default value to show the popup, but could be disabled by the user. |
Hello from Brazil.
Hey I see that someone started a feature to debug trace messages between vscode and phpactor language server but was not in the client code, so I opened this pull request.
What this feature do is: control the popup terminal window show, based on value of phpactor.trace.server.vebosity.
set "off" for phpactor.trace.server do not popup the terminal window when a request fail.
Note: I update the version in package.json and I add mkdir to help automatically create the artifacts folder too.
I have one doubt. I run the phpactor via socket in a virtual machine running Linux, and accessed via socket on windows machine everything worked as expected, but only for tag 0.18.1. This is supposed to be happen or is something related to current refactoring.