Terminal

Results 169 comments of Terminal

Believe this will now be possible in #111 with the following settings `"brace_newline": true` `"bracket_newline": true`

Investigating ``` "description": { "$ref": "http://json-schema.org/draft-04/schema#/properties/description" } ```

Yeah, interesting. I wonder if we need to monitor for certain messages in the `LogMessage` response

@jfcherng are you still seeing this ? I've not received it in awhile. And I also don't believe this is an issue with the plug-in. The only thing I can...

> In the initial log it looks like there were two completion requests made without waiting for the response. I suppose server only expects one at a time. In that...

This would be outside of standard JSON. At this time, we are following JSON formatting. This maybe considered with the Sublime Text 4 releases

In context of formatting/validating JSON? This would have to be done with a custom JSONDecoder or a regex. Potentially a option that is user configurable.

I should be able to test this today. Thanks

Update, not sure why this isnt working. I've returned to work and I am still investigating