Control Log json communications with vscode-client tooling#7
Control Log json communications with vscode-client tooling#7albfan wants to merge 1 commit intovala-lang:masterfrom
Conversation
|
There's a simplest version for the property editable on settings tab which is: But I put the full featured one (which allows to decide on format (text or json) for output. Is a little worse because you have to edit directly on |
|
Good commit, but you should bump the version number up to 1.0.3 for this |
|
I tried this out but it doesn't seem to affect anything. Could you explain how this feature is used and what should change in the output of the extension? |
|
I think you need to remove installed plugin to see it work. Will change the version in a while To use you press Ctrl+, and change the setting for So you can enable for a while, and disable in same session. Attached screencast (NOTE: gitlab render webm by default)Uploading vls-json-log.zip… This allows to remove G_MESSAGE_DEBUG or add a new |
|
@albfan There's no attachment. You can use something like https://streamable.com if you want to upload screencasts |
| }; | ||
|
|
||
| this.ls = new LanguageClient('Vala Language Server', serverOptions, clientOptions) | ||
| this.ls = new LanguageClient('vala', 'Vala Language Server', serverOptions, clientOptions) |
There was a problem hiding this comment.
if you're changing the prefix can you change vls.languageServerPath to vala.languageServerPath
Allow to control wheter or not you want to see the json messages between client and server
NOTE: I set the client id as vala (
vala.trace.server), but there're other settings using vls as id (vls.execPath).fixes #6