We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS
When restarting the language server, I expect the output channel to be either
The old channel is never destroyed, leaving multiple channels with the same name which can be confusing if you're looking for new channel output.
Lua: Restart Language Server
Output: Show Output Channels...
I think this is probably pretty simple to fix, just by either clear()ing and reusing or destroy()ing the OutputChannel used for logging.
clear()
destroy()
file_Users_ianchamberlain_Documents_Development_moon-rs-ls.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which OS are you using?
MacOS
Expected Behaviour
When restarting the language server, I expect the output channel to be either
Actual Behaviour
The old channel is never destroyed, leaving multiple channels with the same name which can be confusing if you're looking for new channel output.
Reproduction steps
Lua: Restart Language Server
command (many times makes it more obvious)Output: Show Output Channels...
)Additional Notes
I think this is probably pretty simple to fix, just by either
clear()
ing and reusing ordestroy()
ing the OutputChannel used for logging.Log
file_Users_ianchamberlain_Documents_Development_moon-rs-ls.log
The text was updated successfully, but these errors were encountered: